60 #ifndef _PASSIVETOOL_HH_ 61 #define _PASSIVETOOL_HH_ 63 #include "ToolMsgReceiver_impl.hh" 64 #include "LogTypes.hh" 80 activate(PortableServer::POA_var poa, LogCentralTool_var aLCTref);
83 checkConnect(
const char* toolName,
int retValExpected,
bool* success);
86 checkDisconnect(
bool* success);
89 checkDisconnect(
const char* toolName,
int retValExpected,
bool* success);
92 checkAddFilter(
filter_t filter,
bool* success);
95 checkAddFilter(
const char* toolName,
filter_t filter,
int retValExpected,
99 checkRemoveFilter(
const char* filterName,
bool* success);
102 checkRemoveFilter(
const char* toolName,
const char* filterName,
103 int retValExpected,
bool* success);
106 checkFlushAllFilters(
bool* success);
109 checkFlushAllFilters(
const char* toolName,
int retValExpected,
116 addExpectedMsg(
const char* componentName,
const char* msg,
const char* tag);
122 checkMsgBuf(
bool* success);
125 CORBA::String_var toolName;
127 PortableServer::ObjectId_var myTMRid;
128 ToolMsgReceiver_var aTMRref;
130 LogCentralTool_var aLCTref;
Definition: LogTypes.hh:77
Definition: LogTypes.hh:107
Definition: LogTool.hh:73