Changeset 2229
- Timestamp:
- 08/08/2008 23:50:55 (4 months ago)
- Files:
-
- box/trunk/lib/common/Test.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
box/trunk/lib/common/Test.cpp
r2225 r2229 201 201 CloseHandle(procInfo.hThread); 202 202 203 return WaitForServerStart (pidFile, (int)procInfo.dwProcessId);203 return WaitForServerStartup(pidFile, (int)procInfo.dwProcessId); 204 204 205 205 #else // !WIN32
