X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Ftizen%2Fkey-grab.h;h=ff310e5263a320b1edeb3b2e205ad6132b2af1cf;hb=0f528187389d8e409fea0dee07fd174c4ee35c12;hp=931f9aa8c35755682e20e36449709a40ba6456d1;hpb=ea13516a25628adb3edf9d0f7b64b7b2613966cd;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/tizen/key-grab.h b/adaptors/tizen/key-grab.h index 931f9aa..ff310e5 100755 --- a/adaptors/tizen/key-grab.h +++ b/adaptors/tizen/key-grab.h @@ -128,7 +128,7 @@ DALI_IMPORT_API bool UngrabKey( Window window, Dali::KEY daliKey ); * @param[in] grabModeVector The Dali::Vector of grab modes for the keys * @return Dali::Vector Size is zero when error occurs, true/false if the grab succeeds/fails. */ -DALI_IMPORT_API Dali::Vector GrabKeyList( Window window, const Dali::Vector daliKeyVector, const Dali::Vector grabModeVector); +DALI_IMPORT_API Dali::Vector GrabKeyList( Window window, const Dali::Vector& daliKeyVector, const Dali::Vector& grabModeVector); /** @@ -144,7 +144,7 @@ DALI_IMPORT_API Dali::Vector GrabKeyList( Window window, const Dali::Vecto * @note If this function is called between key down and up events of a grabbed key, * an application doesn't receive the key up event. */ -DALI_IMPORT_API Dali::Vector UngrabKeyList( Window window, const Dali::Vector daliKeyVector ); +DALI_IMPORT_API Dali::Vector UngrabKeyList( Window window, const Dali::Vector& daliKeyVector ); } // namespace KeyGrab