summaryrefslogtreecommitdiff
path: root/TAO/tao/Resource_Factory.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-03-30 21:39:46 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-03-30 21:39:46 +0000
commitb5795afa0e6fd0c9231d249fd20c978dae62fd9a (patch)
tree1f12ab60f8ece46cd26d6e35405df18290e1e2c6 /TAO/tao/Resource_Factory.h
parent079094423ce74cdc6680a7caae47f1669a8da76d (diff)
downloadATCD-b5795afa0e6fd0c9231d249fd20c978dae62fd9a.tar.gz
ChangeLogTag:Sat Mar 30 13:38:10 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Resource_Factory.h')
-rw-r--r--TAO/tao/Resource_Factory.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Resource_Factory.h b/TAO/tao/Resource_Factory.h
index 8849a2c443e..3f67176b6ba 100644
--- a/TAO/tao/Resource_Factory.h
+++ b/TAO/tao/Resource_Factory.h
@@ -13,6 +13,7 @@
#ifndef TAO_RESOURCE_FACTORY_H
#define TAO_RESOURCE_FACTORY_H
+
#include "ace/pre.h"
#include "ace/Service_Object.h"
@@ -22,11 +23,10 @@
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "tao/TAO_Export.h"
-#include "tao/Pluggable.h"
-#include "tao/Protocol_Factory.h"
-#include "tao/orbconf.h"
#include "ace/Unbounded_Set.h"
+#include "ace/SString.h"
+class TAO_Protocol_Factory;
class TAO_Acceptor_Registry;
class TAO_Connector_Registry;
@@ -212,4 +212,5 @@ protected:
};
#include "ace/post.h"
+
#endif /* TAO_RESOURCE_FACTORY_H */