diff -r b7da29130b0e -r 80e4d18b72f5 src/hbwidgets/devicedialogs/hbdevicenotificationdialogsymbian.cpp --- a/src/hbwidgets/devicedialogs/hbdevicenotificationdialogsymbian.cpp Fri Sep 17 08:32:10 2010 +0300 +++ b/src/hbwidgets/devicedialogs/hbdevicenotificationdialogsymbian.cpp Mon Oct 04 00:38:12 2010 +0300 @@ -374,8 +374,8 @@ */ /*! - Symbian two phase constructor. Returns a pointer to CHbDeviceNotificationDialogSymbian instance. - \a aObserver Pointer to the observer. + Constructs a new CHbDeviceNotificationDialog and returns a pointer it. + \a aObserver is a pointer to event observer or 0 if no observer. */ EXPORT_C CHbDeviceNotificationDialogSymbian* CHbDeviceNotificationDialogSymbian::NewL( MHbDeviceNotificationDialogObserver* aObserver) @@ -388,7 +388,9 @@ } /*! - Destructor. + Destructs CHbDeviceNotificationDialogSymbian. The notification launched by ShowL() + is closed if observer is set. If there is no observer, it is + left executing and closes itself by timeout. */ EXPORT_C CHbDeviceNotificationDialogSymbian::~CHbDeviceNotificationDialogSymbian() { @@ -662,7 +664,7 @@ } /*! - Constructor. + Constructs CHbDeviceNotificationDialogSymbian. */ CHbDeviceNotificationDialogSymbian::CHbDeviceNotificationDialogSymbian() {