sensorfw
adaptors/alsadaptor-ascii/alsadaptor-asciiplugin.h
Go to the documentation of this file.
00001 
00032 #ifndef ALSADAPTOR_ASCIIPLUGIN_H
00033 #define ALSADAPTOR_ASCIIPLUGIN_H
00034 
00035 #include "plugin.h"
00036 
00037 class ALSAdaptorAsciiPlugin : public Plugin
00038 {
00039 private:
00040     void Register(class Loader& l);
00041 };
00042 
00043 #endif