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

void Impala::Persistency::FileSystem::SetDataPath ( String  data  )  [inline]

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     }


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