home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 37 / IOPROG_37.ISO / SOFT / orient / Linux / demo / Invoice.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-05-15  |  568 b   |  17 lines

  1. // ------------------------------------------------------------ 
  2. // Generated by Orient ODBMS ODL compiler v. 1.0.5b
  3. // Copyrights 2000 Orient Technologies - All rights reserved                                            
  4. // ------------------------------------------------------------ 
  5. // Compiled at: Tue Apr 11 11:49:23 2000
  6. // Database: business
  7. // ------------------------------------------------------------ 
  8.  
  9.  
  10. class Invoice : public d_Object
  11. {    
  12.  public:
  13.     d_ULong        number;
  14.     d_Ref<Customer>        ownCustomer;
  15.     d_Varray< d_Ref<Product> >        products;
  16. };
  17.