[inline]
Definition at line 60 of file FileSystem.h.
References mData, and mDataString.
Referenced by Impala::Application::DataServer::AcceptRequest().
00061 { 00062 mDataString = data; 00063 mData.clear(); 00064 mData = StringList(mDataString, ';'); 00065 }