summaryrefslogtreecommitdiff
path: root/TAO/tao/Collocation_Resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Collocation_Resolver.h')
-rw-r--r--TAO/tao/Collocation_Resolver.h13
1 files changed, 10 insertions, 3 deletions
diff --git a/TAO/tao/Collocation_Resolver.h b/TAO/tao/Collocation_Resolver.h
index bef36824439..919df7d3e5f 100644
--- a/TAO/tao/Collocation_Resolver.h
+++ b/TAO/tao/Collocation_Resolver.h
@@ -12,16 +12,23 @@
#define TAO_COLLOCATION_RESOLVER_H
#include "ace/pre.h"
-#include "tao/orbconf.h"
+#include "ace/Service_Object.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/corbafwd.h"
-#include "ace/Service_Object.h"
#include "ace/CORBA_macros.h"
+#include "tao/TAO_Export.h"
+#include "tao/Basic_Types.h"
+
+namespace CORBA
+{
+ class Object;
+ typedef Object *Object_ptr;
+};
+
/**
* @class TAO_Collocation_Resolver
*