Getting rid of third party dependency for boost_program_options

This commit is contained in:
Dennis Luxen
2011-03-11 16:52:30 +00:00
parent 6a3fe6edeb
commit a2b096b096
2 changed files with 108 additions and 44 deletions
+17 -4
View File
@@ -1,8 +1,21 @@
/*
* ServerConfiguration.h
*
* Created on: 26.11.2010
* Author: dennis
open source routing machine
Copyright (C) Dennis Luxen, 2010
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU AFFERO General Public License as published by
the Free Software Foundation; either version 3 of the License, or
any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
or see http://www.gnu.org/licenses/agpl.txt.
*/
#ifndef SERVERCONFIGURATION_H_