summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Upcall.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-02-22 15:13:41 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-02-22 15:13:41 +0000
commit466489ad4faab09ff14892d0afc01fa765771ba7 (patch)
tree05340e102bf02c765693c432a18da748881e99d4 /TAO/tao/PortableServer/Servant_Upcall.h
parent76fbef602cded480d0c83c1afda18d3ce17aa8b7 (diff)
downloadATCD-466489ad4faab09ff14892d0afc01fa765771ba7.tar.gz
ChangeLogTag: Tue Feb 22 15:13:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Upcall.h')
-rw-r--r--TAO/tao/PortableServer/Servant_Upcall.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/Servant_Upcall.h b/TAO/tao/PortableServer/Servant_Upcall.h
index 45e4c4bd46b..3d5e337202b 100644
--- a/TAO/tao/PortableServer/Servant_Upcall.h
+++ b/TAO/tao/PortableServer/Servant_Upcall.h
@@ -109,11 +109,11 @@ namespace TAO
void post_invoke (void);
/// Locate POA.
- TAO_Root_POA *lookup_POA (const TAO::ObjectKey &key
- ACE_ENV_ARG_DECL);
+ ::TAO_Root_POA *lookup_POA (const TAO::ObjectKey &key
+ ACE_ENV_ARG_DECL);
/// POA accessor.
- TAO_Root_POA &poa (void) const;
+ ::TAO_Root_POA &poa (void) const;
/// Object Adapter accessor.
TAO_Object_Adapter &object_adapter (void) const;
@@ -187,7 +187,7 @@ namespace TAO
TAO_Object_Adapter *object_adapter_;
- TAO_Root_POA *poa_;
+ ::TAO_Root_POA *poa_;
PortableServer::Servant servant_;