#include <cstdlib>#include <unistd.h>#include <wait.h>#include <errno.h>#include "TMessage.h"#include "TSystem.h"#include "MessageService/MsgService.h"#include "Dispatcher/DDS.h"#include "Dispatcher/DDSParentServer.h"#include "Dispatcher/DDSClientId.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &ms, DDSParentServer *ps) |
| CVSID ("$Id: DDSParentServer.cxx,v 1.16 2009/02/28 21:46:12 gmieg Exp $") | |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 38 of file DDSParentServer.cxx. 00039 {return ps->Print(ms);}
|
1.3.9.1