Community
Participate
Working Groups
cleanPipeUp(&masterPipe);
return 0;
} else if ( isEqualString( cmdName, "agentDeregistered" ) ) {
/** Command is not supported by the Connect2AC code of ClientCTL. */
TPTP_LOG_DEBUG_MSG2( stateData, "Client compatibility transport layer received a command that that is recognized (but unsupported). (iid: %s cmd: %s)", "org.eclipse.tptp.agentManager", cmdName );
}
else
{
TPTP_LOG_WARNING_MSG1( stateData, "Client compatibility transport layer received an unrecognized error command: %s", cmdName );
return -1;
} else if ( isEqualString( interfaceID, EVENT_PROVIDER_IID))
if(isEqualString( cmdName, "listenerAccepted")) {
TPTP_LOG_DEBUG_MSG2( stateData, "Client compatibility transport layer received a command that that is recognized (but unsupported). (iid: %s cmd: %s)", EVENT_PROVIDER_IID, cmdName );
} else {
/* Log this as an unrecognized interface */
TPTP_LOG_ERROR_MSG2( stateData, "Client compatibility transport layer received an unrecognized command, iid: %s cmd: %s", EVENT_PROVIDER_IID, cmdName );