Changeset 30681 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Jul 6, 2010 5:20:20 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 63442
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/GuestControl/service.cpp
r30676 r30681 147 147 * Class containing the shared information service functionality. 148 148 */ 149 class Service : public stdx::non_copyable149 class Service : public iprt::non_copyable 150 150 { 151 151 private: … … 718 718 switch (eFunction) 719 719 { 720 /* 721 * The guest asks the host for the next messsage to process. 720 /* 721 * The guest asks the host for the next messsage to process. 722 722 */ 723 723 case GUEST_GET_HOST_MSG: … … 737 737 738 738 /* 739 * The guest notifies the host that some output at stdout/stderr is available. 739 * The guest notifies the host that some output at stdout/stderr is available. 740 740 */ 741 741 case GUEST_EXEC_SEND_OUTPUT: … … 744 744 break; 745 745 746 /* 747 * The guest notifies the host of the current client status. 746 /* 747 * The guest notifies the host of the current client status. 748 748 */ 749 749 case GUEST_EXEC_SEND_STATUS: -
trunk/src/VBox/HostServices/GuestProperties/service.cpp
r30676 r30681 147 147 * Class containing the shared information service functionality. 148 148 */ 149 class Service : public stdx::non_copyable149 class Service : public iprt::non_copyable 150 150 { 151 151 private:
Note:
See TracChangeset
for help on using the changeset viewer.