OMKPluginInputs.cpp

Go to the documentation of this file.
00001 #include "OBTPluginInformation.h"
00002 #include "OMKInputs.h"
00003 
00004 extern "C"
00005 {
00012   //-------------------------------------------------------------------------
00016   OMKINPUTS_API const OBT::PluginInformation& getPluginInformation()
00017   {
00018     static OBT::PluginInformation pluginInfo( "OMK-InputsPlugin", "Plugin to include OIS", 0, 1, "First version", "27/07/07" ) ;
00019     return pluginInfo ;
00020   }
00021   
00022   //-------------------------------------------------------------------------
00026   OMKINPUTS_API bool initPlugin( const char* configurationFile )
00027   { 
00028     return true ;
00029   }
00030   
00031   //-------------------------------------------------------------------------
00036   OMKINPUTS_API bool finishPlugin()
00037   {
00038     return true ;
00039   }
00040 }

logo OpenMask

Documentation generated on Mon Jun 9 11:45:57 2008

Generated with doxygen by Dimitri van Heesch ,   1997-2007