]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_cors_swift.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_cors_swift.h
index 4bb103a467d8200f36463fd4498c8554972e41ad..3eff9bea32be5a1e15dad32ced58399d932a69f1 100644 (file)
@@ -31,8 +31,8 @@ class RGWCORSConfiguration_SWIFT : public RGWCORSConfiguration
     ~RGWCORSConfiguration_SWIFT() {}
     int create_update(const char *allow_origins, const char *allow_headers, 
                   const char *expose_headers, const char *max_age) {
-      set<string> o, h;
-      list<string> e;
+      std::set<std::string> o, h;
+      std::list<std::string> e;
       unsigned long a = CORS_MAX_AGE_INVALID;
       uint8_t flags = RGW_CORS_ALL;