From 47f6c20c51d17d98f04076ced64c2291af125439 Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Tue, 20 Mar 2012 16:39:03 +0000 Subject: QPID-2082: Put all of the C++ code in the source tree into a namespace - This change moves the remaining non-example code in a namespace git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1302988 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpidd.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpp/src/qpidd.cpp') diff --git a/cpp/src/qpidd.cpp b/cpp/src/qpidd.cpp index a0e329ca9d..b5686c6ab8 100644 --- a/cpp/src/qpidd.cpp +++ b/cpp/src/qpidd.cpp @@ -29,6 +29,9 @@ #include using namespace std; +namespace qpid { +namespace broker { + auto_ptr options; // Broker real entry; various system-invoked entrypoints call here. @@ -87,3 +90,4 @@ int run_broker(int argc, char *argv[], bool hidden) } return 1; } +}} -- cgit v1.2.1