diff options
author | Mark Spruiell <mes@zeroc.com> | 2015-05-08 11:39:50 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2015-05-08 11:39:50 -0700 |
commit | 6bfc554e86dffc23fe2a305b9fc5fe03196d012a (patch) | |
tree | 8c79645f7850e66ca05fc5416a6f7fcf05c5abe6 /cpp/src/IceSSL/Util.h | |
parent | ICE-6493 fixed ObjC enum sequence marshalling/unmarshalling (diff) | |
download | ice-6bfc554e86dffc23fe2a305b9fc5fe03196d012a.tar.bz2 ice-6bfc554e86dffc23fe2a305b9fc5fe03196d012a.tar.xz ice-6bfc554e86dffc23fe2a305b9fc5fe03196d012a.zip |
changing checkPath in IceSSL/C++
Diffstat (limited to 'cpp/src/IceSSL/Util.h')
-rw-r--r-- | cpp/src/IceSSL/Util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceSSL/Util.h b/cpp/src/IceSSL/Util.h index e0c109ff250..33c9cb2f763 100644 --- a/cpp/src/IceSSL/Util.h +++ b/cpp/src/IceSSL/Util.h @@ -186,7 +186,7 @@ void readFile(const std::string&, std::vector<char>&); // Determine if a file or directory exists, with an optional default // directory. // -bool checkPath(std::string&, const std::string&, bool); +bool checkPath(const std::string&, const std::string&, bool, std::string&); } |