DALi Version 1.2.30
[platform/core/uifw/dali-adaptor.git] / adaptors / ubuntu / adaptor-impl-ubuntu.cpp
index 118816e..be25b7b 100644 (file)
@@ -32,6 +32,15 @@ void Adaptor::GetDataStoragePath( std::string& path)
   path = DALI_SHADERBIN_DIR;
 }
 
+void Adaptor::GetAppId( std::string& appId )
+{
+  appId = "";
+}
+
+void Adaptor::SurfaceInitialized()
+{
+}
+
 } // namespace Adaptor
 
 } // namespace Internal