commsfwsupport/commselements/serverden/src/sd_workersession.cpp
branchRCL_3
changeset 69 9d7ce34704c8
parent 67 00c6709d25aa
child 70 b564fb5fd78b
equal deleted inserted replaced
67:00c6709d25aa 69:9d7ce34704c8
    60 	User::LeaveIfError(iLock.CreateLocal());
    60 	User::LeaveIfError(iLock.CreateLocal());
    61 	}
    61 	}
    62 
    62 
    63 EXPORT_C CSubSessionIx::~CSubSessionIx()
    63 EXPORT_C CSubSessionIx::~CSubSessionIx()
    64 	{
    64 	{
    65     iLock.Close();
       
    66 	User::Free(iIx);
    65 	User::Free(iIx);
    67 	}
    66 	}
    68 
    67 
    69 EXPORT_C TInt CSubSessionIx::Find(CWorkerSubSession* aSubSession, TSubSessionHandle& aHandle) const
    68 EXPORT_C TInt CSubSessionIx::Find(CWorkerSubSession* aSubSession, TSubSessionHandle& aHandle) const
    70 	{
    69 	{