summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp
diff options
context:
space:
mode:
authorwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-27 17:04:34 +0000
committerwilson_d <wilson_d@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-10-27 17:04:34 +0000
commit6b91b5bcda830a14261024b894a483d28b290328 (patch)
tree640bd85c63409aa1de983fe08bbf402cf824612e /TAO/orbsvcs/orbsvcs/Notify/Random_File.cpp
parent8a8f8354d2bdc6317c03b6db0495f5b9fec0a922 (diff)
downloadATCD-6b91b5bcda830a14261024b894a483d28b290328.tar.gz
ChangeLogTag: Wed Oct 27 11:59:01 2004 Dale Wilson <wilson_d@ociweb.com>
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)