Home · All Namespaces · All Classes

NGFNotificationSink Class Reference

#include <ngfnotificationsink.h>

Inheritance diagram for NGFNotificationSink:
Inheritance graph
[legend]
Collaboration diagram for NGFNotificationSink:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 NGFNotificationSink ()
virtual ~NGFNotificationSink ()

Detailed Description

NGFNotificationSink implements the NotificationSink interface for presenting notifications as feedbacks.

Definition at line 31 of file ngfnotificationsink.h.


Constructor & Destructor Documentation

NGFNotificationSink::NGFNotificationSink (  ) 

Constructs a new NGFNotificationSink.

Definition at line 24 of file ngfnotificationsink.cpp.

00025 {
00026     adapter = new NGFAdapter;
00027 }

NGFNotificationSink::~NGFNotificationSink (  )  [virtual]

Destroys the NGFNotificationSink.

Definition at line 29 of file ngfnotificationsink.cpp.

00030 {
00031     delete adapter;
00032 }


The documentation for this class was generated from the following files:

Copyright © 2010 Nokia Corporation Generated on Wed Nov 10 16:05:08 2010
Doxygen 1.6.1
MeeGo Touch