/*NOCHKSRC*/ //============================================================================== // // PLEASE DO NOT EDIT; THIS FILE WAS AUTOMATICALLY GENERATED BY GENCLASS 2.1.0 // //============================================================================== #ifndef _cimple_Person_h #define _cimple_Person_h #include CIMPLE_NAMESPACE_BEGIN // Person keys: // ssn /*[1204]*/ class Person : public Instance { public: // Person features: Property ssn; Property first; Property last; CIMPLE_CLASS(Person) }; /*[1290]*/ class Person_hello_method : public Instance { public: Property message; Property response; Property return_value; CIMPLE_METHOD(Person_hello_method) }; CIMPLE_NAMESPACE_END #endif /* _cimple_Person_h */