From cdb6fd66611283a0314ab23e08472d11dae4f0e4 Mon Sep 17 00:00:00 2001 From: bala Date: Tue, 28 Oct 2003 18:31:01 +0000 Subject: ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan --- TAO/tao/ObjectKey_Table.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TAO/tao/ObjectKey_Table.h') diff --git a/TAO/tao/ObjectKey_Table.h b/TAO/tao/ObjectKey_Table.h index 867ac66f138..4b418a9fa29 100644 --- a/TAO/tao/ObjectKey_Table.h +++ b/TAO/tao/ObjectKey_Table.h @@ -9,8 +9,10 @@ * @author Balachandran Natarajan */ //============================================================================= + #ifndef TAO_OBJECTKEY_TABLE_H #define TAO_OBJECTKEY_TABLE_H + #include /**/ "ace/pre.h" #include "ace/RB_Tree.h" @@ -18,21 +20,19 @@ # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "tao/TAO_Export.h" -#include "tao/Object_KeyC.h" -#include "ace/Functor.h" #include "ace/Null_Mutex.h" +#include "tao/Object_KeyC.h" // Forward declarations class TAO_ORB_Core; - namespace TAO { // Forward declarations within the namespace.. class Refcounted_ObjectKey; + class ObjectKey; /** * @class ObjectKey_Table @@ -136,6 +136,6 @@ namespace TAO }; } - #include /**/ "ace/post.h" + #endif /*TAO_OBJECT_KEY_TABLE_H*/ -- cgit v1.2.1