X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=shared%2Fexecute-process.h;h=70adb5db8424a4cd5e5a554e59fe63d327c785c3;hb=2442982202057a43ddd2b77b024f4fa00ca1b993;hp=d31a4a1eadc67eb21be7e870b69128a64e1ed0cc;hpb=bcc0bca772db901bb21c4b475af4de33360a8509;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/shared/execute-process.h b/shared/execute-process.h index d31a4a1..70adb5d 100644 --- a/shared/execute-process.h +++ b/shared/execute-process.h @@ -18,10 +18,10 @@ * */ - // EXTERNAL INCLUDES +// EXTERNAL INCLUDES +#include #include -void ExecuteProcess( const std::string& processName ); - +void ExecuteProcess(const std::string& processName, Dali::Application& application); #endif // DALI_DEMO_EXECUTE_PROCESS_H