![]() |
Home · All Namespaces · All Classes |
#include <ngfnotificationsink.h>


Public Member Functions | |
| NGFNotificationSink () | |
| virtual | ~NGFNotificationSink () |
NGFNotificationSink implements the NotificationSink interface for presenting notifications as feedbacks.
Definition at line 31 of file ngfnotificationsink.h.
| NGFNotificationSink::NGFNotificationSink | ( | ) |
Constructs a new NGFNotificationSink.
Definition at line 24 of file ngfnotificationsink.cpp.
{
adapter = new NGFAdapter;
}
| NGFNotificationSink::~NGFNotificationSink | ( | ) | [virtual] |
Destroys the NGFNotificationSink.
Definition at line 29 of file ngfnotificationsink.cpp.
{
delete adapter;
}
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:35 Doxygen 1.7.1 |
MeeGo Touch |