#include <string>#include "MessageService/MsgService.h"#include "Persistency/test/DemoInputModule.h"#include "Persistency/PerInputStream.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &ms, const DemoInputModule &dm) |
|
||||||||||||
|
Definition at line 19 of file DemoInputModule.cc. 00019 {
00020 return dm.Print(ms);
00021 }
|
1.3.9.1