diff options
Diffstat (limited to 'cpp/src/Slice/JavaUtil.h')
-rw-r--r-- | cpp/src/Slice/JavaUtil.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/Slice/JavaUtil.h b/cpp/src/Slice/JavaUtil.h index 2ae8f2ebd3d..efb0297ea7d 100644 --- a/cpp/src/Slice/JavaUtil.h +++ b/cpp/src/Slice/JavaUtil.h @@ -107,6 +107,7 @@ protected: // std::string getPackage(const ContainedPtr&) const; + std::string getAbsolute(const std::string&, const std::string&) const; // // Returns the Java name for a Contained entity. If the optional // package argument matches the entity's package name, then the @@ -274,6 +275,12 @@ protected: std::string getPackage(const ContainedPtr&) const; // + // Returns the Java type without a package if the package + // matches the current package + // + std::string getAbsolute(const std::string&, const std::string&) const; + + // // Returns the Java name for a Contained entity. If the optional // package argument matches the entity's package name, then the // package is removed from the result. |