home *** CD-ROM | disk | FTP | other *** search
- // ------------------------------------------------------------
- // Generated by Orient ODBMS ODL compiler v. 1.0.5b
- // Copyrights 2000 Orient Technologies - All rights reserved
- // ------------------------------------------------------------
- // Compiled at: Tue Apr 11 11:49:23 2000
- // Database: business
- // ------------------------------------------------------------
-
-
- class Person : public d_Object
- {
- public:
- d_String name;
- d_String surname;
- d_UShort age;
- };
-