connectionmonitoring/connmon/connectionmonitor/src/ConnMonNoti.cpp
changeset 52 bbe4544dfd31
parent 44 a0c4ceac30d0
--- a/connectionmonitoring/connmon/connectionmonitor/src/ConnMonNoti.cpp	Fri Jul 23 09:11:14 2010 +0300
+++ b/connectionmonitoring/connmon/connectionmonitor/src/ConnMonNoti.cpp	Fri Aug 06 19:11:03 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2002-2007 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -201,7 +201,7 @@
                                 }
 
                             if ( subConnUpDownNotifier->LinkLayerClosed() )
-                                { 
+                                {
                                 // KLinkLayerClosed already received, finish with this connection
                                 subConnUpDownNotifier->SendDeletedEvent();
                                 }
@@ -634,7 +634,7 @@
                         LOGIT("CProgressNotifier::RunL triggered HandleAvailabilityChange()")
                         iServer->AvailabilityManager()->HandleAvailabilityChange();	
                         }
-                        	    
+
                     }
                 else if ( iInfoBuf().iStage == KLinkLayerClosed )
                     {
@@ -647,16 +647,16 @@
                     if ( KErrNone == err )
                         {
                         subConnUpDownNotifier->SetLinkLayerClosed();
-                        	
+
                         if ( subConnUpDownNotifier->InterfaceClosed() )
                             {
                             // EInterfaceDown has arrived before KLinkLayerClosed
-                            // Let's finish with this connection.	
+                            // Let's finish with this connection.
                             subConnUpDownNotifier->SendDeletedEvent();
                             return;
                             }
-                        }	
-                    }		    
+                        }
+                    }
 
                 iFilter = KNoFiltering;
                 }
@@ -2141,7 +2141,7 @@
     if ( !iDeleteSent )
         {
         LOGIT("CSubConnUpDownNotifier::SendDeletedEvent")
-        	
+
         iEventInfo.Reset();
 
         iEventInfo.iEventType       = EConnMonDeleteConnection;
@@ -2281,7 +2281,7 @@
                 if ( !progressNotifier->IsActive() )
                     {
                     iStatus = KErrDied;
-                    // might delete this object                     	
+                    // might delete this object
                     SendDeletedEvent();
                     return;
                     }
@@ -2305,7 +2305,7 @@
                     iConnectionId, iTotalUplinkDataVolume, iTotalDownlinkDataVolume)
 
             iStatus = KErrDisconnected;
- 
+
             CProgressNotifier* progressNotifier = 0;
             TInt err = iServer->Iap()->GetProgressNotifier( iConnectionId, &progressNotifier );
             if ( err == KErrNone )
@@ -2320,7 +2320,7 @@
                 }
             else
                 {
-                // might delete this object                	
+                // might delete this object
                 SendDeletedEvent();
                 return;
                 }