Commit 4e61c45e authored by Andreas Schuh's avatar Andreas Schuh

#124 Remove using namespace from mutex.h

parent f0523f14
...@@ -111,6 +111,9 @@ ...@@ -111,6 +111,9 @@
#include "mutex.h" #include "mutex.h"
#include "util.h" #include "util.h"
using namespace MUTEX_NAMESPACE;
// Special flags, type 1: the 'recursive' flags. They set another flag's val. // Special flags, type 1: the 'recursive' flags. They set another flag's val.
DEFINE_string(flagfile, "", "load flags from file"); DEFINE_string(flagfile, "", "load flags from file");
DEFINE_string(fromenv, "", "set flags from the environment" DEFINE_string(fromenv, "", "set flags from the environment"
......
...@@ -344,8 +344,5 @@ class WriterMutexLock { ...@@ -344,8 +344,5 @@ class WriterMutexLock {
} // namespace MUTEX_NAMESPACE } // namespace MUTEX_NAMESPACE
using namespace MUTEX_NAMESPACE;
#undef MUTEX_NAMESPACE
#endif /* #define GFLAGS_MUTEX_H__ */ #endif /* #define GFLAGS_MUTEX_H__ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment