summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/IFRService/PrimitiveDef_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/IFRService/PrimitiveDef_i.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/IFRService/PrimitiveDef_i.h21
1 files changed, 7 insertions, 14 deletions
diff --git a/TAO/orbsvcs/orbsvcs/IFRService/PrimitiveDef_i.h b/TAO/orbsvcs/orbsvcs/IFRService/PrimitiveDef_i.h
index 8214d91f77c..a82788ca233 100644
--- a/TAO/orbsvcs/orbsvcs/IFRService/PrimitiveDef_i.h
+++ b/TAO/orbsvcs/orbsvcs/IFRService/PrimitiveDef_i.h
@@ -51,37 +51,30 @@ public:
// Destructor.
virtual CORBA::DefinitionKind def_kind ()
-
- ACE_THROW_SPEC ((CORBA::SystemException));
+;
// Return our definition kind.
virtual void destroy ()
-
- ACE_THROW_SPEC ((CORBA::SystemException));
+;
// May not be called on a primitive kind - raises BAD_INV_ORDER.
virtual void destroy_i ()
-
- ACE_THROW_SPEC ((CORBA::SystemException));
+;
// Must implement this here because it's pure virtual in the
// base class.
virtual CORBA::TypeCode_ptr type ()
-
- ACE_THROW_SPEC ((CORBA::SystemException));
+;
// From IDLType_i's pure virtual function.
virtual CORBA::TypeCode_ptr type_i ()
-
- ACE_THROW_SPEC ((CORBA::SystemException));
+;
virtual CORBA::PrimitiveKind kind ()
-
- ACE_THROW_SPEC ((CORBA::SystemException));
+;
CORBA::PrimitiveKind kind_i ()
-
- ACE_THROW_SPEC ((CORBA::SystemException));
+;
};
TAO_END_VERSIONED_NAMESPACE_DECL