Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

void Impala::StringToLower ( String s  )  [inline]

Definition at line 258 of file String.h.

Referenced by Impala::Application::SDash::AlertWindow::ButtonSelectionEvent(), and Impala::Application::IDo::HandleOption().

00259 {
00260     //String s = src;
00261     // 2006-07-03 Ork - fixed header and function for GCC compilation compliance.
00262     std::transform(s.begin(), s.end(), s.begin(), (int(*)(int))tolower);
00263     //return r;
00264 }


Generated on Thu Jan 13 09:13:56 2011 for ImpalaSrc by  doxygen 1.5.1