40 #ifndef ABSTRACTSTAGE_HPP__ 
   41 #define ABSTRACTSTAGE_HPP__ 
   59         void InitQueues( boost::shared_ptr<BlockingQueue > inQueue,
 
   60                         boost::shared_ptr<BlockingQueue > outQueue)
 
   73                 while(
done() == 
false)
 
   84         virtual void step() = 0;
 
  101 #endif // ConvertStage_HPP