diff options
author | Benoit Foucher <benoit@zeroc.com> | 2008-04-21 17:58:38 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2008-04-21 17:58:38 +0200 |
commit | 094286e06f0ff154f20fcccce0c71068a3d216d5 (patch) | |
tree | 606797928608baa057fe9a9ea096622e0eb37930 /cpp/src/Slice/Util.h | |
parent | Fixed potential IceUtil::NullHandleException (diff) | |
download | ice-094286e06f0ff154f20fcccce0c71068a3d216d5.tar.bz2 ice-094286e06f0ff154f20fcccce0c71068a3d216d5.tar.xz ice-094286e06f0ff154f20fcccce0c71068a3d216d5.zip |
Fixed bug 3011
Diffstat (limited to 'cpp/src/Slice/Util.h')
-rw-r--r-- | cpp/src/Slice/Util.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/cpp/src/Slice/Util.h b/cpp/src/Slice/Util.h deleted file mode 100644 index 26713a8656d..00000000000 --- a/cpp/src/Slice/Util.h +++ /dev/null @@ -1,24 +0,0 @@ -// ********************************************************************** -// -// Copyright (c) 2003-2008 ZeroC, Inc. All rights reserved. -// -// This copy of Ice is licensed to you under the terms described in the -// ICE_LICENSE file included in this distribution. -// -// ********************************************************************** - -#ifndef _SLICE_UTIL_H -#define _SLICEP_UTIL_H - -#include <Slice/Parser.h> - -namespace Slice -{ - -SLICE_API std::string getCwd(); -SLICE_API bool isAbsolute(const std::string&); -SLICE_API std::string normalizePath(const std::string&, bool = false); - -} - -#endif |