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

Impala::Persistency::Locator::Locator ( CString  protocol,
CString  host,
CString  dataSet 
) [inline]

Definition at line 49 of file Locator.h.

References mDataSet, mHost, and mProtocol.

00050     {
00051         mProtocol = protocol;
00052         mHost = host;
00053         mDataSet = dataSet;
00054     }


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