/[H6]/Containers.h
ViewVC logotype

Diff of /Containers.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 7 by torben, Wed Aug 30 12:37:32 2006 UTC revision 18 by torben, Thu Aug 31 16:33:58 2006 UTC
# Line 19  class Reservation Line 19  class Reservation
19  class Checkout  class Checkout
20  {  {
21          public:          public:
22                  CString inits, tartdate, enddate, numdays;                  CString inits, startdate, enddate, numdays;
23  };  };
24    
25  class Equiptment  class Equipment
26  {  {
27          public:          public:
28                  CString barcode, name,description, placement, status;                  CString barcode, name,description, placement, status;
29                  vector<Checkout> Checkouts;                  vector<Checkout> checkouts;
30                  vector<Reservation> Reservations;                  vector<Reservation> reservations;
31  };  };

Legend:
Removed from v.7  
changed lines
  Added in v.18

  ViewVC Help
Powered by ViewVC 1.1.20