FACT++  1.0
template<class T>
RemoteControl< T >::RemoteControl ( const char *  name)
inline

Definition at line 371 of file RemoteControl.h.

371  : T(name),
372  RemoteControlImp(T::GetStreamOut(), T::GetStreamIn()), fImp(0)
373  {
374  }
StateMachineDimControl * fImp
Definition: RemoteControl.h:70
RemoteControlImp(std::ostream &out, std::ostream &in)
The server to which we currently cd&#39;ed.
Definition: RemoteControl.h:32