From e6a03f10e5175cbfcb2afb605cb0abca7f03d182 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Fri, 18 Feb 2011 17:42:20 -0800 Subject: namespace reorg --- src/cstore/cstore-varref.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/cstore/cstore-varref.hpp') 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 -using namespace std; +namespace cstore { // begin namespace cstore class Cstore::VarRef { public: @@ -44,5 +44,7 @@ private: const vector& cur_path_comps, vtw_type_e def_type); }; +} // end namespace cstore + #endif /* _CSTORE_VARREF_H_ */ -- cgit v1.2.3