encoder_manager.hh

Go to the documentation of this file.
00001 
00015 #ifndef ENCODER_MANAGER_HH
00016 #define ENCODER_MANAGER_HH
00017 
00018 #include "decoder_base.hh"
00019 
00025 class encoder_manager : public decoder_base {
00026 
00027 public:
00028 
00030   encoder_manager(){};
00031 
00033   ~encoder_manager();
00034 
00035 };
00036 
00037 #endif
00038  // end of doxygen group

Generated on Mon Apr 7 15:35:12 2014 for MyProject by  doxygen 1.4.7