Changeset 77987 in vbox
- Timestamp:
- Apr 2, 2019 5:32:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIMainEventListener.h
r77986 r77987 33 33 #include "CGuestProcess.h" 34 34 #include "CGuestSession.h" 35 #include "CMedium.h" 35 36 #include "CMediumAttachment.h" 36 37 #include "CNetworkAdapter.h" … … 117 118 void sigMediumChange(CMediumAttachment comAttachment); 118 119 /** Notifies about storage @a comMedium config change. */ 119 void sigMediumConfigChange( const CMedium &comMedium);120 void sigMediumConfigChange(CMedium comMedium); 120 121 /** Notifies about storage medium is (un)registered. 121 122 * @param uMediumId Brings corresponding medium ID.
Note:
See TracChangeset
for help on using the changeset viewer.