networkcontrol/ipnetworklayer/addressinfohook/src/hookaddrinfo.cpp
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
    36 
    36 
    37 
    37 
    38 EXPORT_C void CHookAddressInfo::AddL(CIPProtoBinder* aBinder, CSubConIPAddressInfoParamSet::TSubConIPAddressInfo& aAddrInfo)
    38 EXPORT_C void CHookAddressInfo::AddL(CIPProtoBinder* aBinder, CSubConIPAddressInfoParamSet::TSubConIPAddressInfo& aAddrInfo)
    39 	{
    39 	{
    40 	TIpAddrBinder *addrBinder =  new(ELeave) TIpAddrBinder(aBinder, aAddrInfo);
    40 	TIpAddrBinder *addrBinder =  new(ELeave) TIpAddrBinder(aBinder, aAddrInfo);
    41 	
    41 
    42 	CleanupStack::PushL(addrBinder);
    42 	CleanupStack::PushL(addrBinder);
    43 	iAddrInfo.AppendL(addrBinder);
    43 	iAddrInfo.AppendL(addrBinder);
    44 	CleanupStack::Pop(addrBinder);
    44 	CleanupStack::Pop(addrBinder);
    45 
    45 
    46 	//Try match the address info to existing flows	
    46 	//Try match the address info to existing flows