sensorfw
|
00001 #ifndef OEMTABLETALSADAPTOR_ASCIIPLUGIN_H 00002 #define OEMTABLETALSADAPTOR_ASCIIPLUGIN_H 00003 00004 #include "plugin.h" 00005 00006 class OEMTabletALSAdaptorAsciiPlugin : public Plugin 00007 { 00008 private: 00009 void Register(class Loader& l); 00010 }; 00011 00012 #endif