AirInv Logo  0.1.2
C++ Simulated Airline Inventory Management System library
header.hpp
Go to the documentation of this file.
00001 #ifndef __AIRINV_SVR_HEADER_HPP
00002 #define __AIRINV_SVR_HEADER_HPP
00003 
00004 // //////////////////////////////////////////////////////////////////////
00005 // Import section
00006 // //////////////////////////////////////////////////////////////////////
00007 // STL
00008 #include <string>
00009 
00010 namespace AIRINV {
00011 
00013   struct header {
00014     std::string name;
00015     std::string value;
00016   };
00017 
00018 }
00019 #endif // __AIRINV_SVR_HEADER_HPP