Definition at line 289 of file CmdOptions.h. References AddOption(), and Impala::StringStartsWith(). Referenced by DoParseArgs(). 00290 { 00291 if (StringStartsWith(s, "data::")) 00292 { 00293 AddOption(0, s.c_str(), "prefixPath", ""); 00294 } 00295 if (StringStartsWith(s, "dataServer::")) 00296 { 00297 AddOption(0, s.c_str(), "otherServer", ""); 00298 } 00299 }
Here is the call graph for this function:
|