Definition at line 325 of file Database.h. References ConcatDir(), DoMkDirPathLocal(), DoMkDirPathServer(), mData, and mDataChannel. Referenced by MakeDir(). 00326 { 00327 if (mDataChannel) 00328 return DoMkDirPathServer(dir); 00329 00330 return DoMkDirPathLocal(ConcatDir(*mData.begin(), dir)); 00331 }
Here is the call graph for this function:
|