traceservices/tracefw/ulogger/src/sysconfig/uloggersysconfig.cpp
changeset 29 cce6680bbf1c
parent 0 08ec8eefde2f
child 45 cc28652e0254
equal deleted inserted replaced
28:7a522c0700d3 29:cce6680bbf1c
    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 	return iImpl->Reset();
    60 	iImpl->Reset();
    61 	}
    61 	}
    62 
    62 
    63 /**
    63 /**
    64 Public Destructor
    64 Public Destructor
    65 */	
    65 */