diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-03 17:38:46 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-11-03 17:38:46 +0000 |
commit | f14a01b8fbabdbf58e4bbc74cc5a84d672b20dfc (patch) | |
tree | b8adf3c7f0f24648d2298f4e62ad003dc221b1c3 /TAO/tao/IORManipulation/IORManipulation.h | |
parent | 759d626f579791e15c91b2bc847b9d4ef7adee29 (diff) | |
download | ATCD-f14a01b8fbabdbf58e4bbc74cc5a84d672b20dfc.tar.gz |
ChangeLogTag:Thu Nov 3 09:26:21 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/IORManipulation/IORManipulation.h')
-rw-r--r-- | TAO/tao/IORManipulation/IORManipulation.h | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/TAO/tao/IORManipulation/IORManipulation.h b/TAO/tao/IORManipulation/IORManipulation.h index 0666e0ef6b7..198c52877da 100644 --- a/TAO/tao/IORManipulation/IORManipulation.h +++ b/TAO/tao/IORManipulation/IORManipulation.h @@ -19,6 +19,7 @@ #ifndef TAO_IOR_MANIPULATION_H #define TAO_IOR_MANIPULATION_H + #include /**/ "ace/pre.h" #include "tao/LocalObject.h" @@ -35,7 +36,9 @@ #pragma warning(disable:4250) #endif /* _MSC_VER */ -class TAO_IORManip_Export TAO_IOR_Manipulation_impl +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + +class TAO_IOR_Manipulation_impl : public TAO_IOP::TAO_IOR_Manipulation, public TAO_Local_RefCounted_Object { @@ -50,9 +53,6 @@ public: TAO_IOR_Manipulation_impl (void); // constructor - ~TAO_IOR_Manipulation_impl (void); - // destructor - virtual CORBA::Object_ptr merge_iors ( const TAO_IOP::TAO_IOR_Manipulation::IORList & iors ACE_ENV_ARG_DECL_WITH_DEFAULTS) @@ -153,13 +153,20 @@ public: CORBA::SystemException, TAO_IOP::EmptyProfileList )); -private: + +protected: + + ~TAO_IOR_Manipulation_impl (void); + // destructor }; +TAO_END_VERSIONED_NAMESPACE_DECL + #if defined(_MSC_VER) #pragma warning(pop) #endif /* _MSC_VER */ #include /**/ "ace/post.h" + #endif /* TAO_IOR_MANIPULATION_H */ |