VirtualBox

Changeset 30681 in vbox for trunk/src/VBox/HostServices


Ignore:
Timestamp:
Jul 6, 2010 5:20:20 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63442
Message:

Main: COM header cleanup (remove obscure and unused templates), second try

Location:
trunk/src/VBox/HostServices
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostServices/GuestControl/service.cpp

    r30676 r30681  
    147147 * Class containing the shared information service functionality.
    148148 */
    149 class Service : public stdx::non_copyable
     149class Service : public iprt::non_copyable
    150150{
    151151private:
     
    718718        switch (eFunction)
    719719        {
    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.
    722722             */
    723723            case GUEST_GET_HOST_MSG:
     
    737737
    738738            /*
    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.
    740740             */
    741741            case GUEST_EXEC_SEND_OUTPUT:
     
    744744                break;
    745745
    746             /* 
    747              * The guest notifies the host of the current client status. 
     746            /*
     747             * The guest notifies the host of the current client status.
    748748             */
    749749            case GUEST_EXEC_SEND_STATUS:
  • trunk/src/VBox/HostServices/GuestProperties/service.cpp

    r30676 r30681  
    147147 * Class containing the shared information service functionality.
    148148 */
    149 class Service : public stdx::non_copyable
     149class Service : public iprt::non_copyable
    150150{
    151151private:
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette