home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 37 / IOPROG_37.ISO / SOFT / orient / Linux / demo / Customer.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-05-15  |  512 b   |  16 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 Customer : public Person
  11. {    
  12.  public:
  13.     d_ULong        code;
  14.     d_String        notes;
  15. };
  16.