X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fpopup%2Fpopup.cpp;h=5c851b7d8524f0a1928057d1594b09ce1baf1f25;hb=46516d3e1711bd272cc00002876cf207465fa8ce;hp=1e375231d1dac386baa9a9e039f285166bd57dcf;hpb=dc3613bb6248908c267a76e378b04962bce85664;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 1e375231..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 @@ -84,12 +87,7 @@ void Popup::SetTitle( const std::string& text ) GetImpl(*this).SetTitle( text ); } -void Popup::SetTitle( TextView titleActor ) -{ - GetImpl(*this).SetTitle( titleActor ); -} - -TextView Popup::GetTitle() const +std::string Popup::GetTitle() const { return GetImpl(*this).GetTitle(); }