#include <iostream>#include "Dispatcher/DDSPSStatus.h"#include "Dispatcher/DDSClientId.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: DDSPSStatus.cxx,v 1.2 2006/11/01 02:44:56 schubert Exp $") | |
| ostream & | operator<< (ostream &os, const DDSPSStatus &pss) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 30 of file DDSPSStatus.cxx. 00030 {
00031 return pss.Print(os); }
|
1.3.9.1