Getting an Operation's Name and Description

ostc_Operation::getName()

virtual oscs_String getName() ;

Returns the name of this operation. See ostc_ServerOperation::ostc_ServerOperation(). The return value is const, so the user should not modify or delete it.

ostc_Operation::getDescription()

virtual oscs_String getDescription() ;

Returns the description of this operation. See ostc_ServerOperation::setDescription(). The return value is const, so the user should not modify or delete it.



[previous] [next]