traceservices/tracefw/ulogger/src/sysconfig/uloggersysconfig.cpp
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
    55 Reset the iterator to point to the first setting
    55 Reset the iterator to point to the first setting
    56 @post the iterator now points to the first setting
    56 @post the iterator now points to the first setting
    57 */	
    57 */	
    58 EXPORT_C void CConfigSettingsIter::Reset()
    58 EXPORT_C void CConfigSettingsIter::Reset()
    59 	{
    59 	{
    60 	iImpl->Reset();
    60 	return iImpl->Reset();
    61 	}
    61 	}
    62 
    62 
    63 /**
    63 /**
    64 Public Destructor
    64 Public Destructor
    65 */	
    65 */