- Timestamp:
- Sep 15, 2008 3:22:01 PM (16 years ago)
- Location:
- trunk/src/VBox/Debugger
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Debugger/DBGCInternal.h
r8155 r12466 20 20 */ 21 21 22 #ifndef ___D BGCInternal_h23 #define ___D BGCInternal_h22 #ifndef ___Debugger_DBGCInternal_h 23 #define ___Debugger_DBGCInternal_h 24 24 25 25 -
trunk/src/VBox/Debugger/DBGPlugInCommonELF.h
r8820 r12466 20 20 */ 21 21 22 #ifndef ___D BGPlugInCommonELF_h23 #define ___D BGPlugInCommonELF_h22 #ifndef ___Debugger_DBGPlugInCommonELF_h 23 #define ___Debugger_DBGPlugInCommonELF_h 24 24 25 25 #include <VBox/types.h> -
trunk/src/VBox/Debugger/DBGPlugIns.h
r8800 r12466 23 23 */ 24 24 25 #ifndef ___D BGPlugIns_h26 #define ___D BGPlugIns_h25 #ifndef ___Debugger_DBGPlugIns_h 26 #define ___Debugger_DBGPlugIns_h 27 27 28 28 #include <VBox/dbgf.h> -
trunk/src/VBox/Debugger/VBoxDbgBase.h
r12183 r12466 21 21 22 22 23 #ifndef __ VBoxDbgBase_h__24 #define __ VBoxDbgBase_h__23 #ifndef ___Debugger_VBoxDbgBase_h 24 #define ___Debugger_VBoxDbgBase_h 25 25 26 26 … … 33 33 #else 34 34 # include <qstring.h> 35 #endif 35 #endif 36 36 37 37 -
trunk/src/VBox/Debugger/VBoxDbgConsole.h
r12180 r12466 20 20 */ 21 21 22 #ifndef __ VBoxDbgConsole_h__23 #define __ VBoxDbgConsole_h__22 #ifndef ___Debugger_VBoxDbgConsole_h 23 #define ___Debugger_VBoxDbgConsole_h 24 24 25 25 #include "VBoxDbgBase.h" … … 35 35 # include <qvbox.h> 36 36 # include <qtimer.h> 37 #endif 37 #endif 38 38 39 39 #include <iprt/critsect.h> … … 136 136 * The Debugger Console. 137 137 */ 138 class VBoxDbgConsole : 138 class VBoxDbgConsole : 139 139 #ifdef VBOXDBG_USE_QT4 140 140 public QWidget, -
trunk/src/VBox/Debugger/VBoxDbgGui.h
r12462 r12466 20 20 */ 21 21 22 #ifndef __ VBoxDbgGui_h__23 #define __ VBoxDbgGui_h__22 #ifndef ___Debugger_VBoxDbgGui_h 23 #define ___Debugger_VBoxDbgGui_h 24 24 25 25 // VirtualBox COM interfaces declarations (generated header) -
trunk/src/VBox/Debugger/VBoxDbgStats.h
r12465 r12466 21 21 22 22 23 #ifndef __ VBoxDbgStats_h__24 #define __ VBoxDbgStats_h__23 #ifndef ___Debugger_VBoxDbgStats_h 24 #define ___Debugger_VBoxDbgStats_h 25 25 26 26 #include "VBoxDbgBase.h" … … 434 434 435 435 #endif 436
Note:
See TracChangeset
for help on using the changeset viewer.