// Generated by genprov 2.0.8 #ifndef _CMPL_Other_Provider_h #define _CMPL_Other_Provider_h #include #include "CMPL_Other.h" CIMPLE_NAMESPACE_BEGIN class CMPL_Other_Provider { public: typedef CMPL_Other Class; CMPL_Other_Provider(); ~CMPL_Other_Provider(); Load_Status load(); Unload_Status unload(); Get_Instance_Status get_instance( const CMPL_Other* model, CMPL_Other*& instance); Enum_Instances_Status enum_instances( const CMPL_Other* model, Enum_Instances_Handler* handler); Create_Instance_Status create_instance( CMPL_Other* instance); Delete_Instance_Status delete_instance( const CMPL_Other* instance); Modify_Instance_Status modify_instance( const CMPL_Other* model, const CMPL_Other* instance); /*@END@*/ private: Instance_Map _map; }; CIMPLE_NAMESPACE_END #endif /* _CMPL_Other_Provider_h */