]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: AuthClientHandler const cleanup
authorJosh Durgin <josh.durgin@inktank.com>
Wed, 9 Apr 2014 21:11:49 +0000 (14:11 -0700)
committerJosh Durgin <josh.durgin@inktank.com>
Wed, 9 Apr 2014 21:31:36 +0000 (14:31 -0700)
commit3ccef662766658cfc42cf91d288dd84fb90f3382
treed3c049357a63a0c96b01b76152661998ff6b6f5f
parent9af10b2c9a4564ed41704681ea6c80eb1d7a0677
auth: AuthClientHandler const cleanup

get_protocol(), build_request(), build_rotating_request(), and
build_authorizer() can all be declared const now.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
src/auth/AuthClientHandler.h
src/auth/cephx/CephxClientHandler.cc
src/auth/cephx/CephxClientHandler.h
src/auth/none/AuthNoneClientHandler.h
src/auth/unknown/AuthUnknownClientHandler.h