linklayercontrol/networkinterfacemgr/netcfgext/src/netcfgextnotify.cpp
branchRCL_3
changeset 57 abbed5a4b42a
parent 40 d566d76acea1
child 58 8d540f55e491
equal deleted inserted replaced
53:7e41d162e158 57:abbed5a4b42a
    37 
    37 
    38 CNetCfgExtNotify::~CNetCfgExtNotify()
    38 CNetCfgExtNotify::~CNetCfgExtNotify()
    39     {
    39     {
    40     iScpr = NULL;
    40     iScpr = NULL;
    41     }
    41     }
    42 
       
    43 void CNetCfgExtNotify::IfProgress(TInt aStage, TInt aError)
    42 void CNetCfgExtNotify::IfProgress(TInt aStage, TInt aError)
    44 	{
    43 	{
    45 	TStateChange change(aStage, aError);
    44 	TStateChange change(aStage, aError);
    46 	if(iScpr)
    45 	if(iScpr)
    47 	    {
    46 	    {