| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/techmodel/CalibS4Reader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/CalibS4Reader.cpp,v $ |
| 3 |
* $Id: CalibS4Reader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $ |
* $Id: CalibS4Reader.cpp,v 4.4 2005/05/28 10:44:11 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Implementation of the LogReader class. |
* Implementation of the LogReader class. |
| 43 |
*/ |
*/ |
| 44 |
std::string CalibS4Reader::GetVersionInfo(void) const { |
std::string CalibS4Reader::GetVersionInfo(void) const { |
| 45 |
return |
return |
| 46 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibS4Reader.cpp,v 4.0 2005/03/06 04:33:02 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibS4Reader.cpp,v 4.4 2005/05/28 10:44:11 kusanagi Exp $\n"; |
| 47 |
} |
} |
| 48 |
|
|
| 49 |
/** |
/** |