1 |
/** @file |
/** @file |
2 |
* $Author: Maurizio Nagni $ |
* $Author: kusanagi $ |
3 |
* $Date: 2005/09/16 12:05:49 $ |
* $Date: 2006/02/04 12:37:45 $ |
4 |
* $Revision: 5.1 $ |
* $Revision: 5.2 $ |
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. |
83 |
*/ |
*/ |
84 |
std::string EventReader::GetVersionInfo(void) const { |
std::string EventReader::GetVersionInfo(void) const { |
85 |
return |
return |
86 |
"$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 5.1 2005/09/16 12:05:49 Maurizio Nagni Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/EventReader.cpp,v 5.2 2006/02/04 12:37:45 kusanagi Exp $\n"; |
87 |
} |
} |
88 |
|
|
89 |
/** |
/** |