sensorfw
alsadaptor-asciiplugin.h
Go to the documentation of this file.
1 
32 #ifndef ALSADAPTOR_ASCIIPLUGIN_H
33 #define ALSADAPTOR_ASCIIPLUGIN_H
34 
35 #include "plugin.h"
36 
37 class ALSAdaptorAsciiPlugin : public Plugin
38 {
39 private:
40  void Register(class Loader& l);
41 };
42 
43 #endif