]> git.apps.os.sepia.ceph.com Git - ceph-ci.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>
Mon, 17 Mar 2025 19:43:21 +0000 (15:43 -0400)
commit996c9261c5748ec7d54a172053c4303c2149f13d
tree2eb7d44d53b2fdee882d103b24b788e6d1e0d1ed
parent2ff6a6bc93eb59032297bb1c312693eec43192b0
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>
(cherry picked from commit 706b2be416246dd5923478d8a7ee015246f03e95)

Conflicts:
src/mgr/DaemonServer.h: no header cleanup
src/mgr/ActivePyModules.cc
src/mgr/ActivePyModules.h
src/mgr/DaemonServer.cc
src/mgr/DaemonServer.h
src/mgr/Mgr.cc
src/mgr/PyModuleRegistry.h