summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/JavaUtil.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/JavaUtil.h')
-rw-r--r--cpp/include/Slice/JavaUtil.h4
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