sensorfw
adaptors/alsadaptor/alsadaptorplugin.h
Go to the documentation of this file.
00001 
00026 #ifndef ALSADAPTORPLUGIN_H
00027 #define ALSADAPTORPLUGIN_H
00028 
00029 #include "plugin.h"
00030 
00031 class ALSAdaptorPlugin : public Plugin
00032 {
00033 private:
00034     void Register(class Loader& l);
00035 };
00036 
00037 #endif