Changeset 5658 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 9, 2007 7:24:58 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 26001
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
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.