#include <errno.h>#include "TNetFile.h"#include "TSystem.h"#include "NetErrors.h"#include "Persistency/PerFile.h"#include "MessageService/MsgService.h"Go to the source code of this file.
Functions | |
| std::ostream & | operator<< (std::ostream &ms, const PerFile &fm) |
| CVSID ("$Id: PerFile.cxx,v 1.17 2005/09/25 19:25:52 schubert Exp $") | |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 29 of file PerFile.cxx. 00029 {
00030 return fm.Print(ms);
00031 }
|
1.3.9.1