Changeset 34795 in vbox
- Timestamp:
- Dec 7, 2010 3:28:38 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68605
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VirtualBoxImpl.cpp
r34794 r34795 504 504 rc = unconst(m->ptrExtPackManager).createObject(); 505 505 if (SUCCEEDED(rc)) 506 /** @todo Define drop zone location. */507 506 rc = m->ptrExtPackManager->initExtPackManager(this, VBOXEXTPACKCTX_PER_USER_DAEMON); 508 507 if (FAILED(rc))
Note:
See TracChangeset
for help on using the changeset viewer.