diff options
author | Mark Spruiell <mes@zeroc.com> | 2017-05-17 15:02:14 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2017-05-17 15:02:14 -0700 |
commit | b535c699af8cb0dada006470fe9cb4cb749585ff (patch) | |
tree | 57c612fee30483697cfac8873b7da319f9a94891 /cpp/src/Slice/Preprocessor.h | |
parent | Fixed ICE-7880 - renamed HeartbeatOnInvocation to HeartbeatOnDispatch (diff) | |
download | ice-b535c699af8cb0dada006470fe9cb4cb749585ff.tar.bz2 ice-b535c699af8cb0dada006470fe9cb4cb749585ff.tar.xz ice-b535c699af8cb0dada006470fe9cb4cb749585ff.zip |
ICE-7442 - reorganizing Python installation
Diffstat (limited to 'cpp/src/Slice/Preprocessor.h')
-rw-r--r-- | cpp/src/Slice/Preprocessor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Slice/Preprocessor.h b/cpp/src/Slice/Preprocessor.h index 3e017723756..70ef5c2dc5b 100644 --- a/cpp/src/Slice/Preprocessor.h +++ b/cpp/src/Slice/Preprocessor.h @@ -40,6 +40,7 @@ public: const std::vector<std::string>&, const std::string& = "cpp", const std::string& = ""); + std::string getFileName(); std::string getBaseName(); static std::string addQuotes(const std::string&); |