--- DatabaseLayer.cpp 2006/09/03 09:19:06 30 +++ DatabaseLayer.cpp 2006/09/03 10:10:19 31 @@ -1,4 +1,6 @@ - +/* + * Primary developers: Hedin & Kevin + */ #include "StdAfx.h" #include ".\databaselayer.h" @@ -351,7 +353,7 @@ } } } - +//Developed by Torben H. Nielsen void DatabaseLayer::checkReservations(CString barcode) { CString scount,status; @@ -378,6 +380,7 @@ } } +//Developed by Torben H. Nielsen bool DatabaseLayer::DeleteReservation(CString barcode, CString resid) { CString SQL = "DELETE FROM Resevation WHERE resevationid = " + resid;