Definition at line 42 of file Locator.h. References mDataSet, mHost, mProtocol, Impala::StringHead(), and Impala::StringTail(). 00043 { 00044 mProtocol = StringHead(protocolAndHost, ':', false); 00045 mHost = StringTail(protocolAndHost, ':', false); 00046 mDataSet = dataSet; 00047 }
Here is the call graph for this function:
|