]> git.proxmox.com Git - ceph.git/blame - ceph/src/rgw/services/svc_user.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / services / svc_user.cc
CommitLineData
9f95a23c
TL
1// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2// vim: ts=8 sw=2 smarttab ft=cpp
3
4
5#include "svc_user.h"
6
7RGWSI_User::RGWSI_User(CephContext *cct): RGWServiceInstance(cct) {
8}
9
10RGWSI_User::~RGWSI_User() {
11}