1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvspamela/yoda/techmodel/ForcedPktReader.cpp,v $ |
* $Source: /home/cvsmanager/yoda/techmodel/ForcedPktReader.cpp,v $ |
3 |
* $Id: ForcedPktReader.cpp,v 1.1 2004/06/09 23:18:20 nagni Exp $ |
* $Id: ForcedPktReader.cpp,v 1.1 2004/07/06 12:20:23 kusanagi Exp $ |
4 |
* $Author: nagni $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Implementation of the ForcedPkt class. |
* Implementation of the ForcedPkt class. |
7 |
*/ |
*/ |
42 |
*/ |
*/ |
43 |
std::string ForcedPktReader::GetVersionInfo(void) const { |
std::string ForcedPktReader::GetVersionInfo(void) const { |
44 |
return |
return |
45 |
"$Header: /home/cvspamela/yoda/techmodel/ForcedPktReader.cpp,v 1.1 2004/06/09 23:18:20 nagni Exp $\n"; |
"$Header: /home/cvsmanager/yoda/techmodel/ForcedPktReader.cpp,v 1.1 2004/07/06 12:20:23 kusanagi Exp $\n"; |
46 |
} |
} |
47 |
|
|
48 |
/** |
/** |