1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2005/03/04 15:54:11 $ |
* $Date: 2005/03/06 04:29:20 $ |
4 |
* $Revision: 3.0 $ |
* $Revision: 3.1 $ |
5 |
* |
* |
6 |
* Implementation of the functions of a sample Algorithm class. |
* Implementation of the functions of a sample Algorithm class. |
7 |
* This file can be used as a templace to develop your own algorithm. |
* This file can be used as a templace to develop your own algorithm. |
90 |
*/ |
*/ |
91 |
std::string EventReader::GetVersionInfo(void) const { |
std::string EventReader::GetVersionInfo(void) const { |
92 |
return |
return |
93 |
"$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 3.0 2005/03/04 15:54:11 kusanagi Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 3.1 2005/03/06 04:29:20 kusanagi Exp $\n"; |
94 |
} |
} |
95 |
|
|
96 |
/** |
/** |