]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_rest_pubsub_common.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_rest_pubsub_common.h
index f42a40e2fd1e57ef09782460998e0af872752b32..a702cf342041441866671fac35d8a38208b5fa65 100644 (file)
@@ -82,7 +82,7 @@ public:
 // delete a topic
 class RGWPSDeleteTopicOp : public RGWDefaultResponseOp {
 protected:
-  string topic_name;
+  std::string topic_name;
   std::optional<RGWPubSub> ps;
   
   virtual int get_params() = 0;
@@ -229,7 +229,7 @@ public:
 class RGWPSCreateNotifOp : public RGWDefaultResponseOp {
 protected:
   std::optional<RGWPubSub> ps;
-  string bucket_name;
+  std::string bucket_name;
   RGWBucketInfo bucket_info;
 
   virtual int get_params() = 0;