| 1 |
/** @file |
/** @file |
| 2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 3 |
* $Date: 2006/02/04 12:37:45 $ |
* $Date: 2006/02/07 10:36:43 $ |
| 4 |
* $Revision: 5.1 $ |
* $Revision: 5.2 $ |
| 5 |
* |
* |
| 6 |
* Implementation of the InitTrailerReader class. |
* Implementation of the InitTrailerReader class. |
| 7 |
*/ |
*/ |
| 26 |
*/ |
*/ |
| 27 |
std::string InitTrailerReader::GetVersionInfo(void) const { |
std::string InitTrailerReader::GetVersionInfo(void) const { |
| 28 |
return |
return |
| 29 |
"$Trailer: /opt/cvsmanager/yoda/techmodel/InitTrailerReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n"; |
"$Trailer: /home/cvsmanager/yoda/techmodel/InitTrailerReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n"; |
| 30 |
} |
} |
| 31 |
|
|
| 32 |
/** |
/** |