diff options
author | Jose <jose@zeroc.com> | 2010-02-11 05:10:43 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2010-02-11 05:10:43 +0100 |
commit | d3e520a951ced49d836e94936451a529d301e562 (patch) | |
tree | 366f383dbc98a8fb3c2e2744c6581736aa4cd034 /cpp/src/IceGrid/FileParserI.h | |
parent | bug 4380: stringToProxy docu (diff) | |
download | ice-d3e520a951ced49d836e94936451a529d301e562.tar.bz2 ice-d3e520a951ced49d836e94936451a529d301e562.tar.xz ice-d3e520a951ced49d836e94936451a529d301e562.zip |
4651 - Inconsistent line endings
Diffstat (limited to 'cpp/src/IceGrid/FileParserI.h')
-rw-r--r-- | cpp/src/IceGrid/FileParserI.h | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/cpp/src/IceGrid/FileParserI.h b/cpp/src/IceGrid/FileParserI.h index ca6e9855c46..51e5765bf42 100644 --- a/cpp/src/IceGrid/FileParserI.h +++ b/cpp/src/IceGrid/FileParserI.h @@ -6,18 +6,18 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -
-#ifndef ICE_GRID_FILE_PARSERI_H
-#define ICE_GRID_FILE_PARSERI_H
-
-#include <IceGrid/FileParser.h>
-
-class FileParserI : public IceGrid::FileParser
-{
-public:
-
- IceGrid::ApplicationDescriptor
- parse(const std::string& file, const IceGrid::AdminPrx& admin, const Ice::Current&);
-};
-
-#endif
+ +#ifndef ICE_GRID_FILE_PARSERI_H +#define ICE_GRID_FILE_PARSERI_H + +#include <IceGrid/FileParser.h> + +class FileParserI : public IceGrid::FileParser +{ +public: + + IceGrid::ApplicationDescriptor + parse(const std::string& file, const IceGrid::AdminPrx& admin, const Ice::Current&); +}; + +#endif |