]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
auth: Build target 'common' without using namespace in headers
authorAdam C. Emerson <aemerson@redhat.com>
Sat, 7 Mar 2020 09:32:04 +0000 (04:32 -0500)
committerAdam C. Emerson <aemerson@redhat.com>
Sat, 7 Mar 2020 09:32:04 +0000 (04:32 -0500)
commit04eb9ddc48dffa353bb6423958f94f0b841c1ea8
tree88bfa54aad5f9d0c2956b6c9eb391ba96ca19833
parent08326d4e51454614ebf710b34333680a1284e74e
auth: Build target 'common' without using namespace in headers

Part of a changeset to allow building all of 'common' without relying
on 'using namespace std' or 'using namespace ceph' at toplevel in
headers.

Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
16 files changed:
src/auth/AuthClientHandler.cc
src/auth/AuthMethodList.cc
src/auth/AuthRegistry.cc
src/auth/Crypto.cc
src/auth/KeyRing.cc
src/auth/RotatingKeyRing.cc
src/auth/cephx/CephxAuthorizeHandler.cc
src/auth/cephx/CephxAuthorizeHandler.h
src/auth/cephx/CephxClientHandler.cc
src/auth/cephx/CephxClientHandler.h
src/auth/cephx/CephxProtocol.cc
src/auth/cephx/CephxProtocol.h
src/auth/none/AuthNoneAuthorizeHandler.cc
src/auth/none/AuthNoneAuthorizeHandler.h
src/auth/none/AuthNoneClientHandler.h
src/auth/none/AuthNoneProtocol.h