/* * This file is a part of CMSLU -- Content Management System like Unix * and is not publicly distributed * * Copyright (c) 2008, Tomasz Sowa * All rights reserved. * */ #ifndef headerfilerequesttypes #define headerfilerequesttypes #include #include #include // some global types used by Request class typedef std::vector GetTable; typedef std::map PostTable; typedef std::map CookieTable; #endif