Skip to content

Commit

Permalink
As this code is called from the TAO core we should throw a TAO exception
Browse files Browse the repository at this point in the history
    * tao/x11/portable_server/get_skel_arg.h:
  • Loading branch information
jwillemsen committed Mar 9, 2023
1 parent 239c6d5 commit 10bccc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tao/x11/portable_server/get_skel_arg.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace TAOX11_NAMESPACE
}
else
{
throw TAOX11_NAMESPACE::CORBA::INTERNAL ();
throw TAO_CORBA::INTERNAL ();
}
}
}
Expand All @@ -62,7 +62,7 @@ namespace TAOX11_NAMESPACE
}
else
{
throw TAOX11_NAMESPACE::CORBA::INTERNAL ();
throw TAO_CORBA::INTERNAL ();
}
}
}
Expand All @@ -86,7 +86,7 @@ namespace TAOX11_NAMESPACE
}
else
{
throw TAOX11_NAMESPACE::CORBA::INTERNAL ();
throw TAO_CORBA::INTERNAL ();
}
}
}
Expand All @@ -110,7 +110,7 @@ namespace TAOX11_NAMESPACE
}
else
{
throw TAOX11_NAMESPACE::CORBA::INTERNAL ();
throw TAO_CORBA::INTERNAL ();
}
}
}
Expand Down

0 comments on commit 10bccc1

Please sign in to comment.