FACT++  1.0
RemoteControlImp::RemoteControlImp ( std::ostream &  out,
std::ostream &  in 
)
inlineprotected

The server to which we currently cd'ed.

Definition at line 32 of file RemoteControl.h.

32  : lin(out), lout(in)
33  {
34  }
std::ostream & lin
Definition: RemoteControl.h:25
std::ostream & lout
Output stream for local synchrounous output.
Definition: RemoteControl.h:26