Home · All Namespaces · All Classes
Public Member Functions

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.

{
    adapter = new NGFAdapter;
}

NGFNotificationSink::~NGFNotificationSink (  )  [virtual]

Destroys the NGFNotificationSink.

Definition at line 29 of file ngfnotificationsink.cpp.

{
    delete adapter;
}


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

Copyright © 2010 Nokia Corporation Generated on Thu Nov 4 2010 18:19:35
Doxygen 1.7.1
MeeGo Touch