Definition at line 345 of file Database.h. References ConcatDir(), DoMkDirPathLocal(), DoMkDirPathServer(), mData, and mDataChannel. Referenced by MakeDir(). 00346 { 00347 if (mDataChannel) 00348 return DoMkDirPathServer(dir); 00349 00350 return DoMkDirPathLocal(ConcatDir(*mData.begin(), dir)); 00351 }
Here is the call graph for this function: ![]()
|