idlefw/plugins/wrtdataplugin/src/wrtdataobserver.cpp
branchRCL_3
changeset 17 cb506ec2d869
parent 16 b276298d5729
child 19 edd621764147
--- a/idlefw/plugins/wrtdataplugin/src/wrtdataobserver.cpp	Wed Mar 31 13:30:40 2010 +0300
+++ b/idlefw/plugins/wrtdataplugin/src/wrtdataobserver.cpp	Wed May 12 13:35:37 2010 +0300
@@ -55,8 +55,7 @@
 // ---------------------------------------------------------------------------
 //
 CWrtDataObserver::CWrtDataObserver ()
-    {
-
+    {    
     }
         
 // ---------------------------------------------------------------------------
@@ -65,7 +64,8 @@
 //
 CWrtDataObserver ::~CWrtDataObserver ()
     {
-    TRAP_IGNORE( ReleaseL());
+    TRAP_IGNORE( ReleaseL() );
+    
     iInterface = NULL;
     iData = NULL;
     }
@@ -191,7 +191,7 @@
 // Sing off to notification
 // ---------------------------------------------------------------------------
 //
-void CWrtDataObserver ::ReleaseL()
+void CWrtDataObserver::ReleaseL()
     {
     if( iInterface )
         {
@@ -212,3 +212,5 @@
         CleanupStack::PopAndDestroy( inParamList );
         }
     }
+
+// End of file