]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_acl_s3.h
update sources to v12.1.0
[ceph.git] / ceph / src / rgw / rgw_acl_s3.h
index 3a52735e0915d753a7ba7cae65706e948dddaab2..149db40e70b1eaa9f6ec0845c610f572860a172b 100644 (file)
@@ -13,9 +13,6 @@
 #include "rgw_xml.h"
 #include "rgw_acl.h"
 
-
-using namespace std;
-
 class RGWRados;
 
 class ACLPermission_S3 : public ACLPermission, public XMLObj
@@ -95,7 +92,7 @@ public:
     owner = _owner;
     return ret;
   }
-  int create_from_headers(RGWRados *store, RGWEnv *env, ACLOwner& _owner);
+  int create_from_headers(RGWRados *store, const RGWEnv *env, ACLOwner& _owner);
 };
 
 /**