summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2006-04-26 13:42:42 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2006-04-26 13:42:42 +0000
commitaf6f812f821106e0230ff10ef43fa755d03cb104 (patch)
tree03e6a092883a5d0f70cf88d67cd853366d816bf7 /TAO/orbsvcs/orbsvcs/PortableGroup/GOA.h
parent939b81c6c4a2abc81570d116839d71e2b4d52903 (diff)
downloadATCD-af6f812f821106e0230ff10ef43fa755d03cb104.tar.gz
ChangeLog tag: Wed Apr 26 13:29:44 UTC 2006 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/PortableGroup/GOA.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup/GOA.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.h b/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.h
index 12af8d574a5..d5bbdeb04dd 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.h
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup/GOA.h
@@ -264,7 +264,7 @@ public:
// End standard POA interface methods.
TAO_GOA (const String &name,
- TAO_POA_Manager &poa_manager,
+ PortableServer::POAManager_ptr poa_manager,
const TAO_POA_Policy_Set &policies,
TAO_Root_POA *parent,
ACE_Lock &lock,
@@ -282,7 +282,7 @@ protected:
/// Template method for creating new POA's of this type.
virtual TAO_Root_POA *new_POA (const String &name,
- TAO_POA_Manager &poa_manager,
+ PortableServer::POAManager_ptr poa_manager,
const TAO_POA_Policy_Set &policies,
TAO_Root_POA *parent,
ACE_Lock &lock,