#include <iostream>#include "MessageService/MsgService.h"#include "NtpFitSA.h"Go to the source code of this file.
Functions | |
| CVSID ("$Id: NtpFitSA.cxx,v 1.7 2006/10/20 19:01:30 rustem Exp $") | |
| std::ostream & | operator<< (std::ostream &os, const NtpFitSA &ntp) |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 56 of file NtpFitSA.cxx. 00056 {
00057 return ntp.Print(os);
00058 }
|
1.3.9.1