When a C++ declaration class method uses clause throw is skipped.
Example:
void classA:methodA(){} works fine
but
void classA::methodA() throw (CORBA::SystemException){}
is skipped.
Logged In: NO
The problem is using: CORBA::SystemException with throw.
Log in to post a comment.
Logged In: NO
The problem is using: CORBA::SystemException with throw.