summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-10 02:02:09 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-10 02:02:09 +0000
commit4b3e23e68040784300b0e99e94d0c74daab14712 (patch)
tree3deca7a072b2194ff885a9051ea740c606a9573f
parentc7122e2f9c603f82e0dfefc85fd8c06bacc14ad9 (diff)
downloadATCD-4b3e23e68040784300b0e99e94d0c74daab14712.tar.gz
Moved inclusion of POAManager.h from POA.cpp to POA.h
-rw-r--r--TAO/tao/POA.cpp1
-rw-r--r--TAO/tao/POA.h4
2 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/POA.cpp b/TAO/tao/POA.cpp
index a130b506948..9d3d6d32003 100644
--- a/TAO/tao/POA.cpp
+++ b/TAO/tao/POA.cpp
@@ -4,7 +4,6 @@
#include "ace/Auto_Ptr.h"
#include "tao/POA.h"
-#include "tao/POAManager.h"
#include "tao/ORB_Core.h"
#include "tao/Server_Request.h"
#include "tao/Server_Strategy_Factory.h"
diff --git a/TAO/tao/POA.h b/TAO/tao/POA.h
index db19765f7c4..7443fc4f717 100644
--- a/TAO/tao/POA.h
+++ b/TAO/tao/POA.h
@@ -51,8 +51,10 @@
// Active Object Table
#include "tao/Active_Object_Map.h"
+// POA Manager
+#include "tao/POAManager.h"
+
class TAO_POA;
-class TAO_POA_Manager;
class TAO_Export TAO_Thread_Policy : public POA_PortableServer::ThreadPolicy
{