diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-02 16:22:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-02-02 16:22:17 +0000 |
commit | 6a6073d92af10c8d9ef7a8157fc3330bf75ad5b5 (patch) | |
tree | 6246617821b6e0943900008eeaa1d767c2ea7dcb /TAO/tao/SystemException.cpp | |
parent | fe2c97f8c7465fdafebe7a2db55bc720f9a009b2 (diff) | |
download | ATCD-6a6073d92af10c8d9ef7a8157fc3330bf75ad5b5.tar.gz |
Fri Feb 2 16:16:14 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/SystemException.cpp')
-rw-r--r-- | TAO/tao/SystemException.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/SystemException.cpp b/TAO/tao/SystemException.cpp index 9e03e639281..acf91be1416 100644 --- a/TAO/tao/SystemException.cpp +++ b/TAO/tao/SystemException.cpp @@ -110,8 +110,7 @@ CORBA::SystemException::operator= (const CORBA::SystemException &src) } void -CORBA::SystemException::_tao_encode (TAO_OutputCDR &cdr - ) const +CORBA::SystemException::_tao_encode (TAO_OutputCDR &cdr) const { if (cdr.write_string (this->_rep_id ()) && cdr.write_ulong (this->minor ()) @@ -124,8 +123,7 @@ CORBA::SystemException::_tao_encode (TAO_OutputCDR &cdr } void -CORBA::SystemException::_tao_decode (TAO_InputCDR &cdr - ) +CORBA::SystemException::_tao_decode (TAO_InputCDR &cdr) { // The string is read by the caller, to determine the exact type of // the exception. We just decode the fields... @@ -210,8 +208,7 @@ CORBA::SystemException::_tao_duplicate (void) const } CORBA::ULong -CORBA::SystemException::_tao_minor_code (u_int location, - int errno_value) +CORBA::SystemException::_tao_minor_code (u_int location, int errno_value) { return TAO::VMCID |