/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 1.1.2 // //============================================================================== #ifndef _cimple_Employee_h #define _cimple_Employee_h #include CIMPLE_NAMESPACE_BEGIN // Employee keys: // Id /*[928]*/ class Employee : public Instance { public: // Employee features: Property Id; Property First; Property Last; Property Gender; Property Active; Property OutOfOffice; CIMPLE_CLASS(Employee) }; /*[1014]*/ class Employee_SetOutOfOfficeState_method : public Instance { public: Property OutOfOfficeState; Property PreviousOutOfOfficeState; Property return_value; CIMPLE_METHOD(Employee_SetOutOfOfficeState_method) }; /*[1014]*/ class Employee_GetEmployeeCount_method : public Instance { public: Property return_value; CIMPLE_METHOD(Employee_GetEmployeeCount_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_Employee_h */