Changeset 11034 in vbox for trunk/src/VBox/HostServices/GuestProperties
- Timestamp:
- Jul 31, 2008 3:45:52 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 33924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r10981 r11034 643 643 break; 644 644 645 /* The guest wishes to enumerate all properties */ 645 646 case ENUM_PROPS: 646 647 LogFlowFunc(("ENUM_PROPS\n")); … … 715 716 break; 716 717 718 /* The host wishes to enumerate all properties */ 719 case ENUM_PROPS_HOST: 720 LogFlowFunc(("ENUM_PROPS\n")); 721 rc = enumProps(cParms, paParms); 722 break; 717 723 default: 718 724 rc = VERR_NOT_SUPPORTED;
Note:
See TracChangeset
for help on using the changeset viewer.