Tizen Developers

Menu
Sites
Language
Cannot use namespace Tizen::Shell

I was trying to use the Notification Manager Class and thus was trying to use the namespace Tizen::Shell. However I got an error saying expected namespace name. Any reson why I am not able to use the namespace? I am using the SDK version  2.2.0.

Thanks,

Raju Khanal

Edited on 18 03, 2014

Responses

3 Replies
kimi
Hi, try including this header file #include
kimi
FShell.h
Raju Khanal
Thank you!