X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fpopup%2Fpopup.h;h=32322e2025e0bd25c1d0668f47866f6071b271a8;hb=46516d3e1711bd272cc00002876cf207465fa8ce;hp=108dd9e6ccaccb2d87207f85be101bdb5af740b3;hpb=cc82bd9b187cda8fe2c8336b73fd1fa9376cfebd;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/popup/popup.h b/dali-toolkit/public-api/controls/popup/popup.h index 108dd9e..32322e2 100644 --- a/dali-toolkit/public-api/controls/popup/popup.h +++ b/dali-toolkit/public-api/controls/popup/popup.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_POPUP_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -170,7 +170,7 @@ public: * * @return The text to appear as the heading for this Popup */ - const std::string& GetTitle() const; + std::string GetTitle() const; /** * @brief Adds a button to this Popup. @@ -244,11 +244,6 @@ public: */ void HideTail(); - /** - * @brief Flag the popup as dirty for relayout - */ - void MarkDirtyForRelayout(); - public: // Not intended for application developers /**