summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-30 09:06:12 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-30 09:06:12 +0000
commit5391847e6e228f459ba508040ec6da61e87116df (patch)
tree8b4f1d90716ea80aef720d0e481b6003d74bd919
parentdb4ae082dc6093a9fa424bfc4c11a7480fad0023 (diff)
downloadATCD-5391847e6e228f459ba508040ec6da61e87116df.tar.gz
Added friendship to POA
-rw-r--r--TAO/tao/Object_Adapter.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Object_Adapter.h b/TAO/tao/Object_Adapter.h
index 51c92ba14ef..c09acc9d5d5 100644
--- a/TAO/tao/Object_Adapter.h
+++ b/TAO/tao/Object_Adapter.h
@@ -180,6 +180,8 @@ class TAO_Object_Adapter
// This class will be used as a facade for the POAs in a server
public:
+ friend class TAO_POA;
+
typedef PortableServer::ObjectId poa_name;
typedef PortableServer::ObjectId_var poa_name_var;
typedef PortableServer::ObjectId_out poa_name_out;