--- Containers.h 2006/08/31 16:33:58 18 +++ Containers.h 2006/09/03 10:10:19 31 @@ -1,5 +1,9 @@ +/* + * Primary developers: Hedin & Kevin + */ #pragma once + #include using namespace std; @@ -13,7 +17,7 @@ class Reservation { public: - CString inits, startdate, numdays; + CString reservationID,inits, startdate; }; class Checkout