--- smsdaemon/tester.cpp 2008/12/18 06:53:29 196 +++ smsdaemon/tester.cpp 2010/08/05 06:53:38 1011 @@ -1,4 +1,5 @@ /* using http://sourceforge.net/projects/libserial/ + * */ @@ -18,6 +19,7 @@ #include "plugins/StatusPlugin.h" #include "plugins/WeatherPlugin.h" #include "SmsPdu.h" +#include "Logger.h" using namespace std; using namespace Util; @@ -55,7 +57,17 @@ return 0; */ + Logger::logMessage( "Hello" ); + /*std::vector info = GetTrainInfo( 10 ); + + for (unsigned int i=0; i