blob: 9a07c207b08f2eb31de56fc64443388aee5a987f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
// vim: ts=8 sw=2 smarttab ft=cpp
#include "svc_user.h"
RGWSI_User::RGWSI_User(CephContext *cct): RGWServiceInstance(cct) {
}
RGWSI_User::~RGWSI_User() {
}
|