Definition at line 255 of file String.h. Referenced by Impala::Application::SDash::AlertWindow::ButtonSelectionEvent(). 00256 { 00257 //String s = src; 00258 // 2006-07-03 Ork - fixed header and function for GCC compilation compliance. 00259 std::transform(s.begin(), s.end(), s.begin(), (int(*)(int))tolower); 00260 //return r; 00261 }
|