diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-23 18:53:58 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2000-10-23 18:53:58 +0000 |
commit | dbc7c572d32f9977f8595c38fe9bdc97f93b1f0a (patch) | |
tree | 4b0b4d649078958ba31a599349e81b143dcf0eb8 /TAO/tao | |
parent | b515926004afdd90b2c987f45e5f160f887b37b4 (diff) | |
download | ATCD-dbc7c572d32f9977f8595c38fe9bdc97f93b1f0a.tar.gz |
ChangeLogTag:Mon Oct 23 11:51:41 2000 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/DomainC.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/DomainC.h b/TAO/tao/DomainC.h index af6543f7f35..a0ce6326163 100644 --- a/TAO/tao/DomainC.h +++ b/TAO/tao/DomainC.h @@ -173,7 +173,7 @@ class TAO_Export CORBA_DomainManager : public virtual CORBA_Object // This needed to be able to store the arguments, exceptiosn, constexts // and build the lists dynamically on demand so that unnecessary time overhead // of building these lists when they arent used is avoided. - class TAO_ClientRequest_Info_CORBA_DomainManager_get_domain_policy + class TAO_ClientRequest_Info_CORBA_DomainManager_get_domain_policy : public TAO_ClientRequestInfo { public: @@ -335,8 +335,8 @@ private: // This needed to be able to store the arguments, exceptiosn, constexts // and build the lists dynamically on demand so that unnecessary time overhead // of building these lists when they arent used is avoided. - class TAO_ClientRequest_Info_CORBA_ConstructionPolicy_make_domain_manager - : public TAO_ClientRequest_Info + class TAO_ClientRequest_Info_CORBA_ConstructionPolicy_make_domain_manager + : public TAO_ClientRequestInfo { public: friend class CORBA_ConstructionPolicy; |