Changeset 606 in vbox for trunk/src/VBox/Main/include/VirtualBoxImpl.h
- Timestamp:
- Feb 4, 2007 7:19:30 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 18235
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r1 r606 253 253 254 254 const Bstr &settingsFileName() { return mData.mCfgFile.mName; } 255 255 256 256 /* for VirtualBoxSupportErrorInfoImpl */ 257 257 static const wchar_t *getComponentName() { return L"VirtualBox"; } … … 353 353 #if defined(__WIN__) 354 354 : mUpdateReq (NULL) 355 #el if defined(__LINUX__)355 #else 356 356 : mUpdateReq (NIL_RTSEMEVENT) 357 357 #endif … … 361 361 #if defined(__WIN__) 362 362 const HANDLE mUpdateReq; 363 #el if defined(__LINUX__)363 #else 364 364 const RTSEMEVENT mUpdateReq; 365 365 #endif
Note:
See TracChangeset
for help on using the changeset viewer.