summaryrefslogtreecommitdiff
path: root/TAO/tao/MProfile.i
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 04:03:37 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-28 04:03:37 +0000
commit2c3985362f8c6dba0325a93f3f05ea9de4e5638c (patch)
tree4a4ef98f4ffe772c378ccae4c0a580815dab0566 /TAO/tao/MProfile.i
parent0c40b9281641a2bcebcb40bfb09fa53b3d4890f8 (diff)
downloadATCD-2c3985362f8c6dba0325a93f3f05ea9de4e5638c.tar.gz
ChangeLogTag:Wed Aug 27 21:00:41 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/MProfile.i')
-rw-r--r--TAO/tao/MProfile.i11
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/MProfile.i b/TAO/tao/MProfile.i
index 3f7063d4c88..48805e3c14d 100644
--- a/TAO/tao/MProfile.i
+++ b/TAO/tao/MProfile.i
@@ -192,17 +192,6 @@ TAO_MProfile::pfiles (void) const
}
ACE_INLINE void
-TAO_MProfile::create_policy_list (ACE_ENV_SINGLE_ARG_DECL)
-{
- ACE_NEW_THROW_EX (this->policy_list_,
- CORBA::PolicyList,
- CORBA::NO_MEMORY (TAO_DEFAULT_MINOR_CODE,
- CORBA::COMPLETED_NO)
- );
-}
-
-
-ACE_INLINE void
TAO_MProfile::policy_list (CORBA::PolicyList *policy_list)
{
this->policy_list_ = policy_list;