Definition at line 302 of file CmdOptions.h. References AddOption(), and Impala::StringStartsWith(). Referenced by DoParseArgs(). 00303 { 00304 if (StringStartsWith(s, "data::")) 00305 { 00306 AddOption(0, s.c_str(), "prefixPath", ""); 00307 } 00308 if (StringStartsWith(s, "dataServer::")) 00309 { 00310 AddOption(0, s.c_str(), "otherServer", ""); 00311 } 00312 }
Here is the call graph for this function: ![]()
|