60 #ifndef _PASSIVECOMPONENT_HH_ 61 #define _PASSIVECOMPONENT_HH_ 63 #include "ComponentConfigurator_impl.hh" 64 #include "LogTypes.hh" 65 #include "LogComponent.hh" 66 #include "LocalTime.hh" 82 activate(PortableServer::POA_var poa, LogCentralComponent_var aLCCref);
85 checkConnect(
const char* componentName,
const char* hostName,
86 const char* msg,
int retValExpected,
90 checkDisconnect(
const char* msg,
bool* success);
93 checkDisconnect(
const char* componentName,
const char* msg,
94 int retValExpected,
bool* success);
97 addMessage(
const char* tag,
const char* msg);
109 addExpectedConfig(
const char* tag);
112 checkConfig(
bool* success);
115 CORBA::String_var componentName;
117 PortableServer::ObjectId_var myCCid;
118 ComponentConfigurator_var aCCref;
119 LogCentralComponent_var aLCCref;
Definition: LogTypes.hh:77
Definition: libraries/LogComponentBaseC++/ComponentConfigurator_impl.hh:77
Definition: PassiveComponent.hh:75
Definition: LogTypes.hh:107
Definition: LogTypes.hh:221