summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h b/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h
index c659fde95ae..d1ab436a70f 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h
@@ -12,12 +12,21 @@
#ifndef TAO_TLS_FLUSH_HANDLER_H
#define TAO_TLS_FLUSH_HANDLER_H
+#include "log_serv_export.h"
+
+#if !defined (ACE_LACKS_PRAGMA_ONCE)
+# pragma once
+#endif /* ACE_LACKS_PRAGMA_ONCE */
+
+#include "tao/Versioned_Namespace.h"
+
#include "ace/Event_Handler.h"
#include "ace/Time_Value.h"
-#include "log_serv_export.h"
-// forward decls
class ACE_Reactor;
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
class TAO_Log_i;
/// @class TAO_Log_Flush_Handler
@@ -50,4 +59,6 @@ private:
ACE_Time_Value interval_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_LOG_FLUSH_HANDLER_H */