Changeset 5658 in vbox for trunk/src/VBox/Main
- Timestamp:
- Nov 9, 2007 7:24:58 PM (17 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Matching.cpp
r4071 r5658 198 198 } 199 199 200 } 201 200 } /* namespace matching */ 201 -
trunk/src/VBox/Main/glue/ErrorInfo.cpp
r4071 r5658 312 312 } 313 313 314 } ; // namespace com315 314 } /* namespace com */ 315 -
trunk/src/VBox/Main/glue/EventQueue.cpp
r4071 r5658 240 240 } 241 241 242 } ; // namespace com243 242 } /* namespace com */ 243 -
trunk/src/VBox/Main/glue/com.cpp
r4071 r5658 182 182 } 183 183 184 } ; // namespace com184 } /* namespace com */ -
trunk/src/VBox/Main/glue/initterm.cpp
r5501 r5658 487 487 } 488 488 489 } ; // namespace com489 } /* namespace com */ -
trunk/src/VBox/Main/glue/string.cpp
r4071 r5658 85 85 } 86 86 87 } ; // namespace com87 } /* namespace com */ 88 88 -
trunk/src/VBox/Main/include/AutoLock.h
r5250 r5658 536 536 class AutoMultiLock <1> { private : AutoMultiLock(); }; 537 537 538 } / / namespace util538 } /* namespace util */ 539 539 540 540 #endif // ____H_AUTOLOCK -
trunk/src/VBox/Main/include/Matching.h
r4071 r5658 517 517 }; 518 518 519 } 519 } /* namespace matching */ 520 520 521 521 #endif // ____H_MATCHING -
trunk/src/VBox/Main/include/Shareable.h
r4071 r5658 64 64 }; 65 65 66 } / / namespace internal66 } /* namespace internal */ 67 67 68 68 /** … … 403 403 }; 404 404 405 } / / namespace util405 } /* namespace util */ 406 406 407 407 #endif // ____H_SHAREABLE -
trunk/src/VBox/Main/include/VirtualBoxBase.h
r4134 r5658 372 372 } 373 373 }; 374 } ;374 } 375 375 376 376 ////////////////////////////////////////////////////////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.