summaryrefslogtreecommitdiff
path: root/TAO/tao/Exception.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-06 16:34:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-06 16:34:57 +0000
commitad5013abb62230eda64c49b7ce38557e5f4b2de5 (patch)
tree51c09f93a23b19693872d94e4f1cf121f1ff9de8 /TAO/tao/Exception.h
parentf2bf24c048621aab26d8fa383c1db404dbf81e5c (diff)
downloadATCD-ad5013abb62230eda64c49b7ce38557e5f4b2de5.tar.gz
Tue Feb 6 16:33:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Exception.h')
-rw-r--r--TAO/tao/Exception.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index 5362927702f..e4ee529106f 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -133,27 +133,23 @@ namespace CORBA
/**
* @note This method is TAO-specific.
*/
- void _tao_print_exception (const char *info,
- FILE *f = stdout) const;
+ void _tao_print_exception (const char *info, FILE *f = stdout) const;
#if defined (ACE_USES_WCHAR)
/// ACE_WCHAR_T version of _tao_print_exception.
/**
* @note This method is TAO-specific.
*/
- void _tao_print_exception (const ACE_WCHAR_T *info,
- FILE *f = stdout) const;
+ void _tao_print_exception (const ACE_WCHAR_T *info, FILE *f = stdout) const;
#endif // ACE_USES_WCHAR
/// Returns a string containing information about the exception. This
/// function is not CORBA compliant.
virtual ACE_CString _info (void) const = 0;
- virtual void _tao_encode (TAO_OutputCDR &cdr
- ) const = 0;
+ virtual void _tao_encode (TAO_OutputCDR &cdr) const = 0;
- virtual void _tao_decode (TAO_InputCDR &cdr
- ) = 0;
+ virtual void _tao_decode (TAO_InputCDR &cdr) = 0;
/// Used in the non-copying Any insertion operator.
static void _tao_any_destructor (void *);
@@ -192,8 +188,7 @@ namespace CORBA
Exception & operator = (const Exception & src);
/// Construct from a respository id.
- Exception (const char *repository_id,
- const char *local_name);
+ Exception (const char *repository_id, const char *local_name);
private: