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__ #ifndef TCLAP_ARGUMENT_H
#define __ARGUMENT_HH__ #define TCLAP_ARGUMENT_H
#include <string> #include <string>
#include <vector> #include <vector>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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