#include <iostream>#include <TUnixSystem.h>#include "Dispatcher/DDSClientId.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: DDSClientId.cxx,v 1.4 2007/08/24 05:23:48 schubert Exp $") | |
| ostream & | operator<< (ostream &os, const DDSClientId &cid) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 24 of file DDSClientId.cxx. 00024 {
00025 return cid.Print(os); }
|
1.3.9.1