platform/shared/common/RhodesApp.h in rhodes-2.0.0.beta10 vs platform/shared/common/RhodesApp.h in rhodes-2.0.0.beta11

- old
+ new

@@ -82,9 +82,10 @@ String resolveDBFilesPath(const String& strFilePath); const String& getRhoRootPath(){return m_strRhoRootPath;} const String& getAppBackUrl(){return m_strAppBackUrl;} void setAppBackUrl(const String& url); + String getAppTitle(); void callCameraCallback(String strCallbackUrl, const String& strImagePath, const String& strError, boolean bCancel ); void callDateTimeCallback(String strCallbackUrl, long lDateTime, const char* szData, int bCancel ); void callAppActiveCallback(boolean bActive); void callPopupCallback(String strCallbackUrl, const String &id, const String &title);