00001 #include "SIGEL_RobotIO/SIG_UnstreamerScanner.h" 00002 00003 namespace SIGEL_RobotIO { 00004 SIG_UnstreamerScanner::SIG_UnstreamerScanner (QString liesdas) 00005 : SIG_Scanner (liesdas) 00006 { } 00007 00008 SIG_UnstreamerScanner::~SIG_UnstreamerScanner (void) 00009 { } 00010 00011 void SIG_UnstreamerScanner::nextSymbol (void) 00012 { 00013 // something to do. 00014 } 00015 }