diff options
Diffstat (limited to 'TAO/tao/Any_SystemException.cpp')
-rw-r--r-- | TAO/tao/Any_SystemException.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Any_SystemException.cpp b/TAO/tao/Any_SystemException.cpp index b398583f18c..0f5794c2225 100644 --- a/TAO/tao/Any_SystemException.cpp +++ b/TAO/tao/Any_SystemException.cpp @@ -7,16 +7,19 @@ #include "Environment.h" #include "Marshal.h" #include "CORBA_String.h" +#include "SystemException.h" #include "Typecode.h" #include "ace/Auto_Ptr.h" #include "ace/CORBA_macros.h" #include "ace/Auto_Ptr.h" + ACE_RCSID (tao, Any_SystemException, "$Id$") + TAO::Any_SystemException::Any_SystemException (_tao_destructor destructor, CORBA::TypeCode_ptr tc, CORBA::SystemException * const val) |