--- chewbacca/event/Algorithm.cpp 2008/09/23 07:19:49 1.1.1.1 +++ chewbacca/event/Algorithm.cpp 2009/08/04 13:58:15 1.2 @@ -1,7 +1,7 @@ /** @file - * $Source: /repository/event/Algorithm.cpp,v $ - * $Id: Algorithm.cpp,v 1.1 2008-01-11 17:14:20 messineo Exp $ - * $Author: messineo $ + * $Source: /afs/ba.infn.it/user/pamela/src/CVS/chewbacca/event/Algorithm.cpp,v $ + * $Id: Algorithm.cpp,v 1.1.1.1 2008/09/23 07:19:49 mocchiut Exp $ + * $Author: mocchiut $ * * Implementation of the default functions of the Algorithm class. */ @@ -17,7 +17,7 @@ * Constructor. Builds an algorithm that processes the events of a certain * type. */ -Algorithm::Algorithm(const PacketType* t, std::string name): +Algorithm::Algorithm(const pamela::PacketType* t, std::string name): type(t), AlgorithmName(name) { //marco // // logger->debug(_T("Constructor"));