--- Containers.h 2006/09/01 03:09:15 25 +++ Containers.h 2006/09/04 06:13:59 33 @@ -1,9 +1,13 @@ +/* + * Primary developers: Hedin & Kevin + */ #pragma once + #include using namespace std; -struct Person +class Person { public: CString id, inits, name, pass; @@ -13,7 +17,7 @@ class Reservation { public: - CString reservationID,inits, startdate, numdays; + CString reservationID,inits, startdate; }; class Checkout