]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_rest_user_policy.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_rest_user_policy.h
index b8627f335c2b1326a4db6c51bd0e6a0002ba6131..4a123456ecf1810d8782062096fbe1b5930df0dc 100644 (file)
@@ -7,9 +7,9 @@
 class RGWRestUserPolicy : public RGWRESTOp {
 protected:
   static constexpr int MAX_POLICY_NAME_LEN = 128;
-  string policy_name;
-  string user_name;
-  string policy;
+  std::string policy_name;
+  std::string user_name;
+  std::string policy;
 
   bool validate_input();