X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fpopup%2Fpopup.cpp;h=5c851b7d8524f0a1928057d1594b09ce1baf1f25;hb=refs%2Fchanges%2F99%2F38499%2F2;hp=6ba2b111468c636daff989cc353fcfaab0d1e9b3;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/popup/popup.cpp b/dali-toolkit/public-api/controls/popup/popup.cpp index 6ba2b11..5c851b7 100644 --- a/dali-toolkit/public-api/controls/popup/popup.cpp +++ b/dali-toolkit/public-api/controls/popup/popup.cpp @@ -1,5 +1,5 @@ /* - * 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. @@ -15,7 +15,10 @@ * */ +// CLASS HEADER #include + +// INTERNAL INCLUDES #include #include @@ -31,9 +34,6 @@ namespace Toolkit // Popup /////////////////////////////////////////////////////////////////////////////////////////////////// -const char* const Popup::SIGNAL_TOUCHED_OUTSIDE = "touched-outside"; -const char* const Popup::SIGNAL_HIDDEN = "hidden"; - Popup::Popup() { } @@ -87,7 +87,7 @@ void Popup::SetTitle( const std::string& text ) GetImpl(*this).SetTitle( text ); } -const std::string& Popup::GetTitle() const +std::string Popup::GetTitle() const { return GetImpl(*this).GetTitle(); }