- Timestamp:
- Oct 2, 2013 5:09:25 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/log.h
r48607 r48803 368 368 /** Main group, IHost. */ 369 369 LOG_GROUP_MAIN_HOST, 370 /** Main group, IHostNameResolutionConfigurationChangeEvent. */ 371 LOG_GROUP_MAIN_HOSTNAMERESOLUTIONCONFIGURATIONCHANGEEVENT, 370 372 /** Main group, IHostNetworkInterface. */ 371 373 LOG_GROUP_MAIN_HOSTNETWORKINTERFACE, -
trunk/src/VBox/Main/idl/VirtualBox.xidl
r48765 r48803 19582 19582 <enum 19583 19583 name="VBoxEventType" 19584 uuid=" e40cbdc9-ef63-4407-9b7b-2d1201a39bd1"19584 uuid="5248e377-e578-47d7-b07b-84b1db6db8a8" 19585 19585 > 19586 19586 … … 19956 19956 </desc> 19957 19957 </const> 19958 <const name="OnHostNameResolutionConfigurationChange" value="94"> 19959 <desc> 19960 See <link to="IHostNameResolutionConfigurationChangeEvent">IHostNameResolutionConfigurationChangeEvent</link>. 19961 </desc> 19962 </const> 19963 <!-- OnHostNameResolutionConfigurationChange --> 19958 19964 <!-- Last event marker --> 19959 <const name="Last" value="9 4">19965 <const name="Last" value="95"> 19960 19966 <desc> 19961 19967 Must be last event, used for iterations and structures relying on numerical event values. … … 21894 21900 </interface> 21895 21901 21902 <interface 21903 name="IHostNameResolutionConfigurationChangeEvent" extends="IEvent" 21904 uuid="f9b9e1cf-cb63-47a1-84fb-02c4894b89a9" 21905 wsmap="managed" autogen="VBoxEvent" id="OnHostNameResolutionConfigurationChange" 21906 > 21907 </interface> 21908 21896 21909 <module name="VBoxSVC" context="LocalServer"> 21897 21910 <class name="VirtualBox" uuid="B1A7A4F2-47B9-4A1E-82B2-07CCD5323C3F"
Note:
See TracChangeset
for help on using the changeset viewer.