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 6.0 2006/02/07 17:11:09 kusanagi Exp $ |
* $Id: CalibS4Reader.cpp,v 6.1 2006/05/30 19:10:01 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the LogReader class. |
* Implementation of the LogReader class. |
32 |
*/ |
*/ |
33 |
std::string CalibS4Reader::GetVersionInfo(void) const { |
std::string CalibS4Reader::GetVersionInfo(void) const { |
34 |
return |
return |
35 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibS4Reader.cpp,v 6.0 2006/02/07 17:11:09 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibS4Reader.cpp,v 6.1 2006/05/30 19:10:01 kusanagi Exp $\n"; |
36 |
} |
} |
37 |
|
|
38 |
/** |
/** |