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.h17
1 files changed, 2 insertions, 15 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h b/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h
index f61d40ad999..c659fde95ae 100644
--- a/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h
+++ b/TAO/orbsvcs/orbsvcs/Log/Log_Flush_Handler.h
@@ -12,23 +12,12 @@
#ifndef TAO_TLS_FLUSH_HANDLER_H
#define TAO_TLS_FLUSH_HANDLER_H
-#include "orbsvcs/Log/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"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
+// forward decls
class ACE_Reactor;
-ACE_END_VERSIONED_NAMESPACE_DECL
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
class TAO_Log_i;
/// @class TAO_Log_Flush_Handler
@@ -61,6 +50,4 @@ private:
ACE_Time_Value interval_;
};
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#endif /* TAO_LOG_FLUSH_HANDLER_H */