//-*- mode: c++; indent-tabs-mode: t; coding: utf-8; show-trailing-whitespace: t -*- // file comlock.hpp #ifndef _COMLOCK_HPP #define _COMLOCK_HPP #include #include #include #include #include namespace comlock { extern std::string pLocker[ 2 ]; } #endif // _COMLOCK_HPP // end of file comlock.hpp