commsfwsupport/commselements/serverden/src/sd_workersession.cpp
branchRCL_3
changeset 24 00c6709d25aa
parent 15 51722b10598b
child 25 9d7ce34704c8
equal deleted inserted replaced
23:cbb19216b74d 24:00c6709d25aa
    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();
    65 	User::Free(iIx);
    66 	User::Free(iIx);
    66 	}
    67 	}
    67 
    68 
    68 EXPORT_C TInt CSubSessionIx::Find(CWorkerSubSession* aSubSession, TSubSessionHandle& aHandle) const
    69 EXPORT_C TInt CSubSessionIx::Find(CWorkerSubSession* aSubSession, TSubSessionHandle& aHandle) const
    69 	{
    70 	{