summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2012-02-01 15:19:58 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2012-02-01 15:19:58 +0000
commita393d2df6c8d05b101d11950b0cf8c18bff0e36d (patch)
treed8d9d344f441d5022be00433843274fc3a3c3b96
parent2b66f0c594440fa37cffc0c71f7996b337b5caa8 (diff)
downloadATCD-a393d2df6c8d05b101d11950b0cf8c18bff0e36d.tar.gz
try to fix error
-rw-r--r--TAO/tests/POA/FindPOA/Adapter_Activator.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/TAO/tests/POA/FindPOA/Adapter_Activator.h b/TAO/tests/POA/FindPOA/Adapter_Activator.h
index 1dee69613f1..5100156534f 100644
--- a/TAO/tests/POA/FindPOA/Adapter_Activator.h
+++ b/TAO/tests/POA/FindPOA/Adapter_Activator.h
@@ -13,6 +13,7 @@
#include /**/ "ace/pre.h"
#include "tao/PortableServer/AdapterActivatorC.h"
+#include "tao/PortableServer/POAManagerC.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -21,14 +22,6 @@
#if (TAO_HAS_MINIMUM_POA == 0)
#if !defined (CORBA_E_COMPACT) && !defined (CORBA_E_MICRO)
-namespace PortableServer
-{
- class POAManager;
-
- typedef POAManager *POAManager_ptr;
- typedef TAO_Objref_Var_T<POAManager> POAManager_var;
-}
-
namespace TAO
{
namespace Portable_Server