summaryrefslogtreecommitdiff
path: root/TAO/tao/Tagged_Profile.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-10-28 18:31:01 +0000
commitc20c95d4d526d887c9782960a3ff73f63c3c1c85 (patch)
treefd6ae8c3db752254802dfaafd1543974a4741e47 /TAO/tao/Tagged_Profile.cpp
parent3d20d6aedf2b56b86fe2a386777c7afbf1c19c93 (diff)
downloadATCD-c20c95d4d526d887c9782960a3ff73f63c3c1c85.tar.gz
ChangeLogTag:Tue Oct 28 12:02:47 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Tagged_Profile.cpp')
-rw-r--r--TAO/tao/Tagged_Profile.cpp20
1 files changed, 14 insertions, 6 deletions
diff --git a/TAO/tao/Tagged_Profile.cpp b/TAO/tao/Tagged_Profile.cpp
index e7a258825d0..55313a086a3 100644
--- a/TAO/tao/Tagged_Profile.cpp
+++ b/TAO/tao/Tagged_Profile.cpp
@@ -12,7 +12,9 @@
# include "tao/Tagged_Profile.i"
#endif /* ! __ACE_INLINE__ */
-ACE_RCSID(tao, Tagged_Profile, "$Id$")
+ACE_RCSID (tao,
+ Tagged_Profile,
+ "$Id$")
CORBA::Boolean
TAO_Tagged_Profile::extract_object_key (IOP::TaggedProfile &profile)
@@ -32,13 +34,17 @@ TAO_Tagged_Profile::extract_object_key (IOP::TaggedProfile &profile)
acceptor->object_key (profile,
this->object_key_);
if (retval == -1)
- return 0;
+ {
+ return 0;
+ }
}
else
{
if (TAO_debug_level)
- ACE_ERROR ((LM_ERROR,
- ACE_TEXT ("(%P|%t)TAO_Tagged_Profile \n")));
+ {
+ ACE_ERROR ((LM_ERROR,
+ ACE_TEXT ("(%P|%t)TAO_Tagged_Profile \n")));
+ }
return 0;
}
@@ -155,7 +161,9 @@ TAO_Tagged_Profile::unmarshall_ref_addr_i (
// Set the value in TAO_Tagged_Profile
if (hdr_status)
- this->profile_index_ = prof_index;
+ {
+ this->profile_index_ = prof_index;
+ }
// Get the length of the type_id
CORBA::Long id_length = 0;
@@ -171,7 +179,7 @@ TAO_Tagged_Profile::unmarshall_ref_addr_i (
}
// Unmarshall the sequnce of TaggedProfiles
- IOP::IOR::_tao_seq_TaggedProfile_profiles ior_profiles;
+ IOP::IOR::_profiles_seq ior_profiles;
hdr_status &= input >> ior_profiles;