summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/ExceptionList.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/ExceptionList.h')
-rw-r--r--TAO/tao/DynamicInterface/ExceptionList.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/ExceptionList.h b/TAO/tao/DynamicInterface/ExceptionList.h
index b28dcb53b9e..af721bffa29 100644
--- a/TAO/tao/DynamicInterface/ExceptionList.h
+++ b/TAO/tao/DynamicInterface/ExceptionList.h
@@ -60,18 +60,18 @@ namespace CORBA
ExceptionList (CORBA::ULong len, CORBA::TypeCode_ptr *tc_list);
/// Destructor.
- ~ExceptionList (void);
+ ~ExceptionList ();
/// Return the number of elements.
- CORBA::ULong count (void);
+ CORBA::ULong count ();
/// Increase the reference count.
- ExceptionList_ptr _duplicate (void);
+ ExceptionList_ptr _duplicate ();
/// Increase the reference count in the spec defined manner.
static ExceptionList_ptr _duplicate (ExceptionList *);
- void _destroy (void);
+ void _destroy ();
static ExceptionList_ptr _nil ();