/[H6]/Containers.h
ViewVC logotype

Diff of /Containers.h

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

revision 25 by torben, Fri Sep 1 03:09:15 2006 UTC revision 31 by torben, Sun Sep 3 10:10:19 2006 UTC
# Line 1  Line 1 
1    /*
2     * Primary developers: Hedin & Kevin
3     */
4    
5  #pragma once  #pragma once
6    
7  #include <vector>  #include <vector>
8  using namespace std;  using namespace std;
9    
# Line 13  struct Person Line 17  struct Person
17  class Reservation  class Reservation
18  {  {
19          public:          public:
20                  CString reservationID,inits, startdate, numdays;                  CString reservationID,inits, startdate;
21  };  };
22    
23  class Checkout  class Checkout

Legend:
Removed from v.25  
changed lines
  Added in v.31

  ViewVC Help
Powered by ViewVC 1.1.20