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

void Impala::Application::SDash::AlertWindow::AddFieldToMsg ( std::string &  msg,
const std::string &  addition 
) [inline, private]

Definition at line 436 of file AlertWindow.h.

Referenced by ButtonSelectionEvent().

00437     {
00438         if (!msg.empty())
00439             msg += "|";
00440 
00441         if (addition.empty())
00442             msg += " "; // prevent consecutive separator chars, which screws up parsing 
00443         else 
00444             msg += addition; 
00445     }


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