summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Unknown_User_Exception.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Unknown_User_Exception.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
index 46d984c0dad..c58073a777c 100644
--- a/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
+++ b/TAO/tao/DynamicInterface/Unknown_User_Exception.cpp
@@ -61,13 +61,13 @@ CORBA::UnknownUserException::_downcast (CORBA::Exception const * ex)
}
void
-CORBA::UnknownUserException::_raise (void) const
+CORBA::UnknownUserException::_raise () const
{
throw *this;
}
CORBA::Exception *
-CORBA::UnknownUserException::_tao_duplicate (void) const
+CORBA::UnknownUserException::_tao_duplicate () const
{
CORBA::Exception *result = nullptr;
ACE_NEW_RETURN (
@@ -90,13 +90,13 @@ CORBA::UnknownUserException::_tao_decode (TAO_InputCDR &)
}
const char *
-CORBA::UnknownUserException::_rep_id (void) const
+CORBA::UnknownUserException::_rep_id () const
{
return this->exception_->_tao_get_typecode ()->id ();
}
CORBA::TypeCode_ptr
-CORBA::UnknownUserException::_tao_type (void) const
+CORBA::UnknownUserException::_tao_type () const
{
//return CORBA::_tc_UnknownUserException;
return this->exception_->_tao_get_typecode ();