diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-02-09 02:34:58 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2001-02-09 02:34:58 +0000 |
commit | 4126e3fbf26064fff4fa8c5704f9806613067e76 (patch) | |
tree | 495b60a205fd5a0016610850d5e67c83b6442bc4 /TAO/tao/Profile.cpp | |
parent | e88fbb54b7360a671dc7623ca98f8a2bb14f04e1 (diff) | |
download | ATCD-4126e3fbf26064fff4fa8c5704f9806613067e76.tar.gz |
ChangeLogTag:Thu Feb 8 18:34:15 2001 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index 0496881dfd5..0946ee60593 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -37,7 +37,8 @@ TAO_Profile::add_tagged_component (const IOP::TaggedComponent &component, } void -TAO_Profile::policies (CORBA::PolicyList *policy_list, CORBA::Environment &ACE_TRY_ENV) +TAO_Profile::policies (CORBA::PolicyList *policy_list, + CORBA::Environment &) { #if (TAO_HAS_CORBA_MESSAGING == 1) @@ -82,7 +83,7 @@ TAO_Profile::policies (CORBA::PolicyList *policy_list, CORBA::Environment &ACE_T buf += iterator->length (); } - + } TAO_OutputCDR out_cdr; @@ -124,7 +125,7 @@ TAO_Profile::policies (CORBA::PolicyList *policy_list, CORBA::Environment &ACE_T CORBA::PolicyList& -TAO_Profile::policies (CORBA::Environment &ACE_TRY_ENV) +TAO_Profile::policies (CORBA::Environment &) { #if (TAO_HAS_CORBA_MESSAGING == 1) |