traceservices/tracefw/ulogger/src/sysconfig/uloggersysconfig.cpp
branchRCL_3
changeset 23 26645d81f48d
parent 0 08ec8eefde2f
child 24 cc28652e0254
equal deleted inserted replaced
21:28839de615b4 23:26645d81f48d
    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 */