]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_multi_del.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_multi_del.h
index 976caec633ef1aedf427fc17bebfca45fd7217ab..6187aae37e8d33889732c518a1fa899fbb5aa260 100644 (file)
@@ -29,15 +29,15 @@ public:
 
 class RGWMultiDelObject : public XMLObj
 {
-  string key;
-  string version_id;
+  std::string key;
+  std::string version_id;
 public:
   RGWMultiDelObject() {}
   ~RGWMultiDelObject() override {}
   bool xml_end(const char *el) override;
 
-  const string& get_key() { return key; }
-  const string& get_version_id() { return version_id; }
+  const std::string& get_key() { return key; }
+  const std::string& get_version_id() { return version_id; }
 };
 
 class RGWMultiDelKey : public XMLObj