import.hh
Go to the documentation of this file.
00001 #ifndef __GENOM_MODULE_H
00002 #define __GENOM_MODULE_H
00003 
00004 #include <typelib/importer.hh>
00005 
00006 class CImport : public Typelib::Importer
00007 {
00008 public:
00018     virtual void load
00019         ( std::string const& path
00020         , utilmm::config_set const& config
00021         , Typelib::Registry& registry);
00022 
00026     virtual void load
00027         ( std::istream& stream
00028         , utilmm::config_set const& config
00029         , Typelib::Registry& registry );
00030 };
00031 
00032 #endif
00033 


typelib
Author(s): Sylvain Joyeux/sylvain.joyeux@m4x.org
autogenerated on Thu Jan 2 2014 11:38:41