summaryrefslogtreecommitdiff
path: root/TAO/tao/Tagged_Profile.cpp
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-01 16:44:22 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-03-01 16:44:22 +0000
commit198c786bb3715b2e5640411cbded8a66457f8833 (patch)
treedda0aae91b1c3dd4abec99cf4956b8fcb67ed8c0 /TAO/tao/Tagged_Profile.cpp
parent4f7df1f39dbab3af1c4310984cb8049d696624d0 (diff)
downloadATCD-198c786bb3715b2e5640411cbded8a66457f8833.tar.gz
ChangeLogTag: Fri Mar 1 10:41:58 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Tagged_Profile.cpp')
-rw-r--r--TAO/tao/Tagged_Profile.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/TAO/tao/Tagged_Profile.cpp b/TAO/tao/Tagged_Profile.cpp
index b6fb9195fed..51692f27999 100644
--- a/TAO/tao/Tagged_Profile.cpp
+++ b/TAO/tao/Tagged_Profile.cpp
@@ -36,16 +36,17 @@ TAO_Tagged_Profile::extract_object_key (IOP::TaggedProfile &profile)
}
else
{
- if (TAO_debug_level > 0)
- ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("(%P|%t)TAO_Tagged_Profile \n")),
- 0);
+ if (TAO_debug_level)
+ ACE_ERROR ((LM_ERROR,
+ ACE_TEXT ("(%P|%t)TAO_Tagged_Profile \n")));
+
+ return 0;
}
return 1;
}
-CORBA::Boolean
+CORBA::Boolean
TAO_Tagged_Profile::unmarshall_target_address (TAO_InputCDR &cdr)
{
CORBA::Boolean hdr_status = cdr.read_short (this->discriminator_);
@@ -72,7 +73,7 @@ TAO_Tagged_Profile::unmarshall_target_address (TAO_InputCDR &cdr)
}
}
- return hdr_status;
+ return hdr_status;
}
CORBA::Boolean