Changeset 43915 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Nov 19, 2012 7:07:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/MachineImpl.h
r43908 r43915 1065 1065 STDMETHOD(PushGuestProperty)(IN_BSTR aName, IN_BSTR aValue, 1066 1066 LONG64 aTimestamp, IN_BSTR aFlags); 1067 STDMETHOD(LockMedia)() { return lockMedia(); }1068 STDMETHOD(UnlockMedia)() { unlockMedia(); return S_OK; }1067 STDMETHOD(LockMedia)(); 1068 STDMETHOD(UnlockMedia)(); 1069 1069 STDMETHOD(EjectMedium)(IMediumAttachment *aAttachment, 1070 1070 IMediumAttachment **aNewAttachment); … … 1110 1110 1111 1111 bool hasMatchingUSBFilter(const ComObjPtr<HostUSBDevice> &aDevice, ULONG *aMaskedIfs); 1112 1113 HRESULT lockMedia(); 1114 void unlockMedia(); 1112 1115 1113 1116 private: … … 1178 1181 bool *pfNeedsMachineSaveSettings); 1179 1182 1180 HRESULT lockMedia();1181 void unlockMedia();1182 1183 1183 HRESULT setMachineState(MachineState_T aMachineState); 1184 1184 HRESULT updateMachineStateOnClient();
Note:
See TracChangeset
for help on using the changeset viewer.