2 * Copyright 2014, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * All Rights Reserved. Distributed under the terms of the MIT License.
7 #include "CommonOptions.h"
14 CommonOptions::CommonOptions()
21 CommonOptions::~CommonOptions()
27 CommonOptions::HandleOption(int option
)
33 fDebugLevel
= strtol(optarg
, &end
, 0);
36 "*** invalid argument for option --debug\n");