diff options
author | Brent Eagles <brent@zeroc.com> | 2005-04-05 11:27:37 +0000 |
---|---|---|
committer | Brent Eagles <brent@zeroc.com> | 2005-04-05 11:27:37 +0000 |
commit | 39c3a0f56b6dc3b4e9c43c2a08ec0e8bfb01015d (patch) | |
tree | baa4226358702a82ca34cef2e19c3b8ab39512ea /cpp/include/Slice/JavaUtil.h | |
parent | fix for bug 178 (diff) | |
download | ice-39c3a0f56b6dc3b4e9c43c2a08ec0e8bfb01015d.tar.bz2 ice-39c3a0f56b6dc3b4e9c43c2a08ec0e8bfb01015d.tar.xz ice-39c3a0f56b6dc3b4e9c43c2a08ec0e8bfb01015d.zip |
Removing class support from slice2javae and slice2cppe translators.
removed generation of object marshalling code
added validation code for parsers
added feature set flag to slice parser library (defaults to Ice feature
set)
Diffstat (limited to 'cpp/include/Slice/JavaUtil.h')
-rw-r--r-- | cpp/include/Slice/JavaUtil.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/include/Slice/JavaUtil.h b/cpp/include/Slice/JavaUtil.h index 112b32f7189..9cf5358e879 100644 --- a/cpp/include/Slice/JavaUtil.h +++ b/cpp/include/Slice/JavaUtil.h @@ -56,6 +56,8 @@ protected: JavaGenerator(const std::string&); + JavaGenerator(const std::string&, Slice::FeatureProfile profile); + // // Given the fully-scoped Java class name, create any intermediate // package directories and open the class file @@ -140,6 +142,8 @@ protected: // static std::string findMetaData(const StringList&); + Slice::FeatureProfile _featureProfile; + private: class MetaDataVisitor : public ParserVisitor |