From: Karthik Subas Chandra Bose Date: Thu, 9 May 2013 02:42:15 +0000 (+0900) Subject: Removed deprecated APIs in MultiProcUiApp X-Git-Tag: 2.2_release~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=935e05b01f0ab51ad8f7e900c74da1f9fad715a3;p=samples%2Fnative%2FMultiProcUiApp.git Removed deprecated APIs in MultiProcUiApp Change-Id: Id7cfbd57d2cd25088fc1fa13595d85e9740d9a83 Signed-off-by: Karthik Subas Chandra Bose --- diff --git a/project/manifest.xml b/project/manifest.xml index fb7a31c..6b736d6 100644 --- a/project/manifest.xml +++ b/project/manifest.xml @@ -13,9 +13,6 @@ 2.0 - - http://tizen.org/privilege/application.launch - diff --git a/project/src/SampleUiAppFrame.cpp b/project/src/SampleUiAppFrame.cpp index d902ba0..3d0bf3b 100644 --- a/project/src/SampleUiAppFrame.cpp +++ b/project/src/SampleUiAppFrame.cpp @@ -39,10 +39,10 @@ SampleUiAppFrame::OnInitializing(void) pForm->Initialize(); // Add the form to the frame - AddControl(*pForm); + AddControl(pForm); // Set the current form - SetCurrentForm(*pForm); + SetCurrentForm(pForm); // Draw the form pForm->Invalidate(true);