genericopenlibs/openenvcore/backend/src/corebackend/uredirdesc.cpp
branchRCL_3
changeset 25 7701629b34a6
parent 0 e4d67989cc36
equal deleted inserted replaced
20:a2e897c5c62b 25:7701629b34a6
   150 // Cleanup function used by FID
   150 // Cleanup function used by FID
   151 // -----------------------------------------------------------------------------
   151 // -----------------------------------------------------------------------------
   152 //
   152 //
   153 TInt CRedirDesc::FinalClose()
   153 TInt CRedirDesc::FinalClose()
   154 	{
   154 	{
       
   155     iLock.Close();
   155 	iSession.Close();
   156 	iSession.Close();
   156 	return KErrNone;
   157 	return KErrNone;
   157 	}
   158 	}
   158 
   159 
   159 // -----------------------------------------------------------------------------
   160 // -----------------------------------------------------------------------------