]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr: use std namespace
authorPatrick Donnelly <pdonnell@ibm.com>
Thu, 30 Jan 2025 22:05:25 +0000 (17:05 -0500)
committerPatrick Donnelly <pdonnell@ibm.com>
Fri, 28 Feb 2025 00:55:45 +0000 (19:55 -0500)
commit706b2be416246dd5923478d8a7ee015246f03e95
tree70a98707bf8210a07d25f2952b903841ea051bd5
parentd862d74a0988d7d29ea5f00b036625c84bb0318a
mgr: use std namespace

This C++ code was relying on the Client.h header to bring in these names from
the std:: namespace. A subsequent commit plans to remove that header so add
namespace qualifier now.

Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/DaemonServer.cc
src/mgr/DaemonServer.h
src/mgr/Mgr.cc
src/mgr/PyModuleRegistry.h