/[H6]/Containers.h
ViewVC logotype

Diff of /Containers.h

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

revision 9 by torben, Wed Aug 30 21:57:57 2006 UTC revision 16 by torben, Thu Aug 31 16:02:50 2006 UTC
# Line 26  class Equipment Line 26  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.9  
changed lines
  Added in v.16

  ViewVC Help
Powered by ViewVC 1.1.20