Changeset 48305 in vbox for trunk/src/VBox/Main/src-server
- Timestamp:
- Sep 5, 2013 12:53:01 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 88729
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/TokenImpl.cpp
r48297 r48305 50 50 HRESULT MachineToken::init(const ComObjPtr<SessionMachine> &pSessionMachine) 51 51 { 52 LogFlowThisFunc(("pSessionMachine=%p\n", *pSessionMachine));52 LogFlowThisFunc(("pSessionMachine=%p\n", &pSessionMachine)); 53 53 54 54 ComAssertRet(!pSessionMachine.isNull(), E_INVALIDARG); … … 142 142 HRESULT MediumLockToken::init(const ComObjPtr<Medium> &pMedium, bool fWrite) 143 143 { 144 LogFlowThisFunc(("pMedium=%p\n", *pMedium));144 LogFlowThisFunc(("pMedium=%p\n", &pMedium)); 145 145 146 146 ComAssertRet(!pMedium.isNull(), E_INVALIDARG);
Note:
See TracChangeset
for help on using the changeset viewer.