VirtualBox

Changeset 62846 in vbox


Ignore:
Timestamp:
Aug 1, 2016 9:24:06 PM (9 years ago)
Author:
vboxsync
Message:

put const after so you can follow our normal continuation indent rule.

File:
1 edited

Legend:

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

    r62801 r62846  
    791791    }
    792792
    793     int SendReply(const ClientConnection *pConnection,
    794                         HostCommand      *pHostCmd)
     793    int SendReply(ClientConnection const *pConnection,
     794                  HostCommand            *pHostCmd)
    795795    {
    796796        AssertPtrReturn(pConnection, VERR_INVALID_POINTER);
Note: See TracChangeset for help on using the changeset viewer.

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