| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/techmodel/RunTrailerReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/RunTrailerReader.cpp,v $ |
| 3 |
* $Id: RunTrailerReader.cpp,v 2.2 2004/12/03 22:08:01 kusanagi Exp $ |
* $Id: RunTrailerReader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Implementation of the RunHeader class. |
* Implementation of the RunHeader class. |
| 41 |
*/ |
*/ |
| 42 |
std::string RunTrailerReader::GetVersionInfo(void) const { |
std::string RunTrailerReader::GetVersionInfo(void) const { |
| 43 |
return |
return |
| 44 |
"$Header: /home/cvsmanager/yoda/techmodel/RunTrailerReader.cpp,v 2.2 2004/12/03 22:08:01 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/RunTrailerReader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n"; |
| 45 |
} |
} |
| 46 |
|
|
| 47 |
/** |
/** |