summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Random_File.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Random_File.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Random_File.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Random_File.h b/TAO/orbsvcs/orbsvcs/Notify/Random_File.h
index a58e6f21e0e..bf8fb72a1cc 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Random_File.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Random_File.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -23,10 +23,13 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "notify_serv_export.h"
+#include "tao/Versioned_Namespace.h"
#include "ace/FILE.h"
#include "ace/streams.h"
#include "ace/Synch_T.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace TAO_Notify
{
@@ -85,5 +88,7 @@ private:
} /* namespace TAO_Notify */
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* RANDOM_FILE_H */