phoneplugins/infowidgetplugin/infowidgetprovider/infowidget/src/infowidgetengine_s.cpp
changeset 27 2f8f8080a020
parent 22 6bb1b21d2484
--- a/phoneplugins/infowidgetplugin/infowidgetprovider/infowidget/src/infowidgetengine_s.cpp	Fri Apr 16 14:58:25 2010 +0300
+++ b/phoneplugins/infowidgetplugin/infowidgetprovider/infowidget/src/infowidgetengine_s.cpp	Mon May 03 12:31:11 2010 +0300
@@ -32,7 +32,7 @@
  */
 InfoWidgetEngine::~InfoWidgetEngine()
 {
-DPRINT;
+    DPRINT;
 }    
 
 /*!
@@ -97,17 +97,25 @@
     DPRINT;
 }
 
-
+/*!
+   InfoWidgetEngine::handleNetworkError
+ */
 void InfoWidgetEngine::handleNetworkError(int operation, int errorCode)
 {
     DPRINT << ": operation: " << operation << " error code: " << errorCode; 
 }
 
+/*!
+   InfoWidgetEngine::handleSatError
+ */
 void InfoWidgetEngine::handleSatError(int operation, int errorCode)
 {
     DPRINT << ": operation: " << operation << " error code: " << errorCode; 
 }
 
+/*!
+   InfoWidgetEngine::handleLineError
+ */
 void InfoWidgetEngine::handleLineError(int operation, int errorCode)
 {
     DPRINT << ": operation: " << operation << " error code: " << errorCode;