1 |
/** @file |
/** @file |
2 |
* $Author: Maurizio Nagni $ |
* $Author: kusanagi $ |
3 |
* $Date: 2005/08/29 09:45:48 $ |
* $Date: 2006/02/04 12:37:44 $ |
4 |
* $Revision: 5.0 $ |
* $Revision: 5.1 $ |
5 |
* |
* |
6 |
* Implementation of the AcAlarmReader class. |
* Implementation of the AcAlarmReader class. |
7 |
*/ |
*/ |
29 |
*/ |
*/ |
30 |
std::string AcAlarmReader::GetVersionInfo(void) const { |
std::string AcAlarmReader::GetVersionInfo(void) const { |
31 |
return |
return |
32 |
"$Trailer: /home/cvsmanager/yoda/techmodel/acAlarmReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n"; |
"$Trailer: /opt/cvsmanager/yoda/techmodel/acAlarmReader.cpp,v 1.1.1.1 2004/07/06 12:20:23 Maurizio Nagni Exp $\n"; |
33 |
} |
} |
34 |
|
|
35 |
/** |
/** |