src/hbwidgets/devicedialogs/hbdeviceprogressdialogsymbian.cpp
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
--- a/src/hbwidgets/devicedialogs/hbdeviceprogressdialogsymbian.cpp	Fri Sep 17 08:32:10 2010 +0300
+++ b/src/hbwidgets/devicedialogs/hbdeviceprogressdialogsymbian.cpp	Mon Oct 04 00:38:12 2010 +0300
@@ -453,11 +453,11 @@
 */
 
 /*!
-    Symbian two phase constructor. Returns a pointer to CHbDeviceNotificationDialogSymbian instance.
+    Constructs a new CHbDeviceNotificationDialogSymbian and returns a pointer it. 
 
     \param aType Must be one of the defined CHbDeviceProgressDialogSymbian::TType enumerations.
     Default value is CHbDeviceProgressDialogSymbian::EProgressDialog.
-    \param aObserver Pointer to observer.
+    \param aObserver Pointer to event observer. 0 if no observer.
 */
 EXPORT_C CHbDeviceProgressDialogSymbian* CHbDeviceProgressDialogSymbian::NewL(
     TType aType,
@@ -472,7 +472,8 @@
     }
 
 /*!
-    Destructor.
+    Destructs CHbDeviceProgressDialogSymbian. Closes also the dialog widget launched by
+    ShowL().
 */
 EXPORT_C CHbDeviceProgressDialogSymbian::~CHbDeviceProgressDialogSymbian()
     {
@@ -809,8 +810,8 @@
     d->iObserver = aObserver;
     }
 
-/*
-    Constructor.
+/*!
+    Constructs CHbDeviceProgressDialogSymbian.
 */
 CHbDeviceProgressDialogSymbian::CHbDeviceProgressDialogSymbian()
     {