harvester/monitorplugins/mdsfileserverplugin/src/mdsfileserverplugin.cpp
branchRCL_3
changeset 30 3e156c80c15d
parent 27 4a4892eec172
child 47 b73252188534
equal deleted inserted replaced
27:4a4892eec172 30:3e156c80c15d
   186 		WRITELOG( "CMdsFileServerPlugin::DoRequestL() - no clients -> ignore event" );
   186 		WRITELOG( "CMdsFileServerPlugin::DoRequestL() - no clients -> ignore event" );
   187 		return KErrNone;
   187 		return KErrNone;
   188 		}
   188 		}
   189 	
   189 	
   190 	TInt function = aRequest.Function();
   190 	TInt function = aRequest.Function();
       
   191 	
       
   192 	iFileName.Zero();
       
   193     iNewFileName.Zero();
   191 	
   194 	
   192 #ifdef _DEBUG_EVENTS
   195 #ifdef _DEBUG_EVENTS
   193     PrintDebugEvents( function );
   196     PrintDebugEvents( function );
   194 #endif
   197 #endif
   195     
   198     
   555             iQueue.ResetAndDestroy();
   558             iQueue.ResetAndDestroy();
   556             iQueue.Compress();
   559             iQueue.Compress();
   557             }
   560             }
   558         }
   561         }
   559     
   562     
   560     iFileName.Zero();
       
   561     iNewFileName.Zero();
       
   562     
       
   563     WRITELOG( "CMdsFileServerPlugin::DoRequestL() - return" );
   563     WRITELOG( "CMdsFileServerPlugin::DoRequestL() - return" );
   564     return err;
   564     return err;
   565     }
   565     }
   566 
   566 
   567 //-----------------------------------------------------------------------------
   567 //-----------------------------------------------------------------------------