/[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 33 by torben, Mon Sep 4 06:13:59 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    
10  struct Person  class Person
11  {  {
12          public:          public:
13                  CString id, inits, name, pass;                  CString id, inits, name, pass;
# 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.33

  ViewVC Help
Powered by ViewVC 1.1.20