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-varref.hpp | |
parent | 91ca52106c623838957ba24b9baf680902c3ea7d (diff) | |
download | vyatta-cfg-e6a03f10e5175cbfcb2afb605cb0abca7f03d182.tar.gz vyatta-cfg-e6a03f10e5175cbfcb2afb605cb0abca7f03d182.zip |
namespace reorg
Diffstat (limited to 'src/cstore/cstore-varref.hpp')
-rw-r--r-- | src/cstore/cstore-varref.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/cstore/cstore-varref.hpp b/src/cstore/cstore-varref.hpp index 7ab523f..3b842a9 100644 --- a/src/cstore/cstore-varref.hpp +++ b/src/cstore/cstore-varref.hpp @@ -22,7 +22,7 @@ #include <cstore/cstore.hpp> -using namespace std; +namespace cstore { // begin namespace cstore class Cstore::VarRef { public: @@ -44,5 +44,7 @@ private: const vector<string>& cur_path_comps, vtw_type_e def_type); }; +} // end namespace cstore + #endif /* _CSTORE_VARREF_H_ */ |