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