1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/techmodel/CalibCalReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/CalibCalReader.cpp,v $ |
3 |
* $Id: CalibCalReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ |
* $Id: CalibCalReader.cpp,v 1.2 2004/07/08 12:31:42 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the LogReader class. |
* Implementation of the LogReader class. |
45 |
*/ |
*/ |
46 |
std::string CalibCalReader::GetVersionInfo(void) const { |
std::string CalibCalReader::GetVersionInfo(void) const { |
47 |
return |
return |
48 |
"$Header: /home/cvsmanager/yoda/techmodel/CalibCalReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/CalibCalReader.cpp,v 1.2 2004/07/08 12:31:42 kusanagi Exp $\n"; |
49 |
} |
} |
50 |
|
|
51 |
/** |
/** |