Definition at line 68 of file FileSystem.h. References mData, and mDataString. Referenced by Impala::Application::DataServer::AcceptRequest(). 00069 { 00070 mDataString = data; 00071 mData.clear(); 00072 mData = StringList(mDataString, ';'); 00073 }
|
1.5.1