summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp b/TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp
index 59bafa52b52..3542a10690d 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp
@@ -5,11 +5,9 @@
#include "ace/OS.h"
#include <tao/debug.h>
//#define DEBUG_LEVEL 9 // uncomment to force debug messages
-#ifndef DEBUG_LEVEL
-# define DEBUG_LEVEL TAO_debug_level
-#endif //DEBUG_LEVEL
+#define DEBUG_LEVEL TAO_debug_level // coment to force debug messages
-namespace TAO_NOTIFY
+namespace TAO_Notify
{
Random_File::Random_File()
@@ -153,7 +151,7 @@ Random_File::sync()
return result;
}
-} /* namespace TAO_NOTIFY */
+} /* namespace TAO_Notify */
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)