FACT++  1.0
template<class T>
void RemoteControl< T >::EventHook ( bool  newline)
inlineprotected

Definition at line 134 of file RemoteControl.h.

135  {
136  if (fImp && !fImp->HasServer(fCurrentServer))
137  fCurrentServer = "";
138 
139  T::EventHook(newline);
140  }
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
std::string fCurrentServer
Output stream for local synchrounous output.
Definition: RemoteControl.h:28
bool HasServer(const std::string &server)