traceservices/tracefw/ulogger/src/sysconfig/uloggersysconfig.cpp
changeset 35 0d6db0a14001
parent 0 08ec8eefde2f
child 45 cc28652e0254
equal deleted inserted replaced
25:63532cdadd44 35:0d6db0a14001
    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 */