Searched defs:AutoSortDownload (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.h528 static bool AutoSortDownload() { return s_AutoSortDownload; } function in class:CPreferences
529 static bool AutoSortDownload(bool val) { bool tmp = s_AutoSortDownload; s_AutoSortDownload = val; return tmp; } function in class:CPreferences

Completed in 190 milliseconds