changed ifndef labels

This commit is contained in:
mes5k 2004-09-18 16:54:21 +00:00
parent 4ae30a9aa5
commit 6cd0c3db78
15 changed files with 30 additions and 30 deletions

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __ARGUMENT_HH__
#define __ARGUMENT_HH__
#ifndef TCLAP_ARGUMENT_H
#define TCLAP_ARGUMENT_H
#include <string>
#include <vector>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __ARG_EXCEPTION_H__
#define __ARG_EXCEPTION_H__
#ifndef TCLAP_ARG_EXCEPTION_H
#define TCLAP_ARG_EXCEPTION_H
#include <string>
#include <exception>

View File

@ -19,8 +19,8 @@
*
*****************************************************************************/
#ifndef __CMDLINE_HH__
#define __CMDLINE_HH__
#ifndef TCLAP_CMDLINE_H
#define TCLAP_CMDLINE_H
#include <tclap/Arg.h>
#include <tclap/SwitchArg.h>

View File

@ -19,8 +19,8 @@
*
*****************************************************************************/
#ifndef __COMMANDLINE_HH__
#define __COMMANDLINE_HH__
#ifndef TCLAP_COMMANDLINE_H
#define TCLAP_COMMANDLINE_H
//
// Explanation of dumb naming. Originally this file was used as the generic

View File

@ -19,8 +19,8 @@
*
*****************************************************************************/
#ifndef __HELP_VISITOR_H__
#define __HELP_VISITOR_H__
#ifndef TCLAP_HELP_VISITOR_H
#define TCLAP_HELP_VISITOR_H
#include <tclap/Visitor.h>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __IGNORE_REST_VISITOR_H__
#define __IGNORE_REST_VISITOR_H__
#ifndef TCLAP_IGNORE_REST_VISITOR_H
#define TCLAP_IGNORE_REST_VISITOR_H
#include <tclap/Visitor.h>
#include <tclap/Arg.h>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __MULTIPLE_ARGUMENT_HH__
#define __MULTIPLE_ARGUMENT_HH__
#ifndef TCLAP_MULTIPLE_ARGUMENT_H
#define TCLAP_MULTIPLE_ARGUMENT_H
#include <string>
#include <vector>

View File

@ -19,8 +19,8 @@
*
*****************************************************************************/
#ifndef __PRINTSENSIBLY_HH__
#define __PRINTSENSIBLY_HH__
#ifndef TCLAP_PRINTSENSIBLY_H
#define TCLAP_PRINTSENSIBLY_H
#include <ostream>
#include <algorithm>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __SWITCH_ARG_HH__
#define __SWITCH_ARG_HH__
#ifndef TCLAP_SWITCH_ARG_H
#define TCLAP_SWITCH_ARG_H
#include <string>
#include <vector>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __MULTIPLE_UNLABELED_ARGUMENT_HH__
#define __MULTIPLE_UNLABELED_ARGUMENT_HH__
#ifndef TCLAP_MULTIPLE_UNLABELED_ARGUMENT_H
#define TCLAP_MULTIPLE_UNLABELED_ARGUMENT_H
#include <string>
#include <vector>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __UNLABELED_VALUE_ARGUMENT_HH__
#define __UNLABELED_VALUE_ARGUMENT_HH__
#ifndef TCLAP_UNLABELED_VALUE_ARGUMENT_H
#define TCLAP_UNLABELED_VALUE_ARGUMENT_H
#include <string>
#include <vector>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __VALUE_ARGUMENT_HH__
#define __VALUE_ARGUMENT_HH__
#ifndef TCLAP_VALUE_ARGUMENT_H
#define TCLAP_VALUE_ARGUMENT_H
#include <string>
#include <vector>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __VERSION_VISITOR_H__
#define __VERSION_VISITOR_H__
#ifndef TCLAP_VERSION_VISITOR_H
#define TCLAP_VERSION_VISITOR_H
#include <tclap/Visitor.h>

View File

@ -20,8 +20,8 @@
*****************************************************************************/
#ifndef __VISITOR_H__
#define __VISITOR_H__
#ifndef TCLAP_VISITOR_H
#define TCLAP_VISITOR_H
namespace TCLAP {

View File

@ -19,8 +19,8 @@
*
*****************************************************************************/
#ifndef __ORHANDLER_HH__
#define __ORHANDLER_HH__
#ifndef TCLAP_XORHANDLER_H
#define TCLAP_XORHANDLER_H
#include <tclap/Arg.h>
#include <tclap/PrintSensibly.h>