Changeset 41214 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- May 8, 2012 5:59:43 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 77853
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r40767 r41214 266 266 static HRESULT setErrorStatic(HRESULT aResultCode, const char *pcsz, ...); 267 267 HRESULT setInvalidMachineStateError(); 268 269 static HRESULT handleUnexpectedExceptions(RT_SRC_POS_DECL);270 268 271 269 static const char *convertControllerTypeToDev(StorageControllerType_T enmCtrlType); -
trunk/src/VBox/Main/include/ParallelPortImpl.h
r35638 r41214 6 6 7 7 /* 8 * Copyright (C) 2006-20 07Oracle Corporation8 * Copyright (C) 2006-2012 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 85 85 }; 86 86 87 #endif // ____H_ FLOPPYDRIVEIMPL87 #endif // ____H_PARALLELPORTIMPL 88 88 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/SerialPortImpl.h
r35638 r41214 7 7 8 8 /* 9 * Copyright (C) 2006-20 07Oracle Corporation9 * Copyright (C) 2006-2012 Oracle Corporation 10 10 * 11 11 * This file is part of VirtualBox Open Source Edition (OSE), as … … 93 93 }; 94 94 95 #endif // ____H_ FLOPPYDRIVEIMPL95 #endif // ____H_SERIALPORTIMPL 96 96 /* vi: set tabstop=4 shiftwidth=4 expandtab: */ -
trunk/src/VBox/Main/include/VirtualBoxBase.h
r41187 r41214 758 758 WriteLockHandle *stateLockHandle() { return &mStateLock; } 759 759 760 static HRESULT handleUnexpectedExceptions(VirtualBoxBase *const aThis, RT_SRC_POS_DECL); 761 760 762 static HRESULT setErrorInternal(HRESULT aResultCode, 761 763 const GUID &aIID, -
trunk/src/VBox/Main/include/VirtualBoxImpl.h
r41120 r41214 279 279 static HRESULT ensureFilePathExists(const Utf8Str &strFileName, bool fCreate); 280 280 281 static HRESULT handleUnexpectedExceptions(RT_SRC_POS_DECL);282 283 281 const Utf8Str& settingsFilePath(); 284 282
Note:
See TracChangeset
for help on using the changeset viewer.