diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-02-18 17:42:20 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-02-18 17:42:20 -0800 |
commit | e6a03f10e5175cbfcb2afb605cb0abca7f03d182 (patch) | |
tree | a212f240403015f0c8faad41f93021c45a113b82 /src/cstore/cstore.hpp | |
parent | 91ca52106c623838957ba24b9baf680902c3ea7d (diff) | |
download | vyatta-cfg-e6a03f10e5175cbfcb2afb605cb0abca7f03d182.tar.gz vyatta-cfg-e6a03f10e5175cbfcb2afb605cb0abca7f03d182.zip |
namespace reorg
Diffstat (limited to 'src/cstore/cstore.hpp')
-rw-r--r-- | src/cstore/cstore.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cstore/cstore.hpp b/src/cstore/cstore.hpp index 9a41279..c76cb8f 100644 --- a/src/cstore/cstore.hpp +++ b/src/cstore/cstore.hpp @@ -45,6 +45,8 @@ extern "C" void* Perl_get_context(void) #define SAVE_PATHS save_paths(&__func__) #define RESTORE_PATHS restore_paths(&__func__) +namespace cstore { // begin namespace cstore + using namespace std; class Cstore { @@ -495,5 +497,7 @@ private: static void vexit_internal(const char *fmt, va_list alist); }; +} // end namespace cstore + #endif /* _CSTORE_H_ */ |