Fix Svace issue and add temp code to call pepper_output_finish_frame()
[platform/core/uifw/pepper-dali.git] / pepper-dali / internal / shell-client-impl.h
index f414675..273c2b2 100644 (file)
@@ -53,11 +53,11 @@ public:
   pepper_view_t* GetView();
   void GetSurface( wl_client* client, unsigned int id, wl_resource* surfaceResource );
 
-  void SetTitle( const std::string title );
-  std::string GetTitle() const;
+  void SetTitle( const std::string& title );
+  const std::string& GetTitle() const;
 
-  void SetAppId( const std::string appId );
-  std::string GetAppId() const;
+  void SetAppId( const std::string& appId );
+  const std::string& GetAppId() const;
 
 private: