Languages

Menu
Sites
Language
Call "CallManager Class" on the ServiceApp

hello,

 

is it possible to use Tizen::Telephony::CallManager class on serviceapp

when i tried this, the error occured during build.

the Error is "use of undeclared identifier 'CallManager' "

 

when i tried this class on the app has Ui, it working fine,

but, whenever i tried it on ServiceApp. the Error occured.

 

------------------- I just added 3 line to "MultiProcServiceApp Demo"

using namespace Tizen::Telephony;

...

CallManager* pCallManager = new CallManager();
pCallManager->Construct();

-----------------------

 

 

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

1 Replies
wil smith
Perhaps you forgot to include the header file #include