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 Invoice : public d_Object
- {
- public:
- d_ULong number;
- d_Ref<Customer> ownCustomer;
- d_Varray< d_Ref<Product> > products;
- };
-