언어 설정

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 by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

4 댓글
kimi
Hi, try including this header file #include
kimi
FShell.h
Raju Khanal
Thank you!
I think It is bug. I have found it 2 days ago and I will report it soon Set #include using namespace Tizen::Shell; then use Tizen::Shell::NotificationManager manager; instead of NotificationManager manager;