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, 5 insertions, 3 deletions
diff --git a/TAO/tao/DynamicInterface/ExceptionList.h b/TAO/tao/DynamicInterface/ExceptionList.h
index 28b7fc5b385..877249397fb 100644
--- a/TAO/tao/DynamicInterface/ExceptionList.h
+++ b/TAO/tao/DynamicInterface/ExceptionList.h
@@ -14,7 +14,6 @@
*/
//=============================================================================
-
#ifndef TAO_CORBA_EXCEPTIONLIST_H
#define TAO_CORBA_EXCEPTIONLIST_H
@@ -46,6 +45,9 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
namespace CORBA
{
+ class ExceptionList;
+ typedef ExceptionList * ExceptionList_ptr;
+
typedef TAO_Pseudo_Var_T<ExceptionList> ExceptionList_var;
typedef TAO_Pseudo_Out_T<ExceptionList> ExceptionList_out;
@@ -97,8 +99,8 @@ namespace CORBA
void remove (CORBA::ULong slot);
/// Increment and decrement ref counts.
- void _incr_refcnt (void);
- void _decr_refcnt (void);
+ void _incr_refcount (void);
+ void _decr_refcount (void);
/// Useful for template programming.
typedef CORBA::ExceptionList_ptr _ptr_type;