VirtualBox

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


Ignore:
Timestamp:
Feb 28, 2013 3:42:02 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
84027
Message:

Build fix.

File:
1 edited

Legend:

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

    r44863 r44869  
    409409typedef struct ClientState
    410410{
     411    ClientState(void)
     412        : mSvcHelpers(NULL),
     413          mFlags(0), mContextFilter(0),
     414          mpHostCmd(NULL), mHostCmdRc(VINF_SUCCESS), mHostCmdTries(0),
     415          mIsPending(false) {}
     416
    411417    ClientState(PVBOXHGCMSVCHELPERS pSvcHelpers)
    412         : mSvcHelpers(pSvcHelpers), mpHostCmd(NULL),
    413           mFlags(0), mContextFilter(0), mIsPending(false),
    414           mHostCmdTries(0), mHostCmdRc(VINF_SUCCESS) {}
    415 
    416     ClientState(void)
    417         : mSvcHelpers(NULL), mpHostCmd(NULL),
    418           mFlags(0), mContextFilter(0), mIsPending(false),
    419           mHostCmdTries(0), mHostCmdRc(VINF_SUCCESS) {}
     418        : mSvcHelpers(pSvcHelpers),
     419          mFlags(0), mContextFilter(0),
     420          mpHostCmd(NULL), mHostCmdRc(VINF_SUCCESS), mHostCmdTries(0),
     421          mIsPending(false) {}
    420422
    421423    bool WantsHostCommand(const HostCommand *pHostCmd) const
     
    913915                itContext++;
    914916            }
    915             itClientState = mClientStateMap.erase(itClientState);
     917            mClientStateMap.erase(itClientState++);
    916918        }
    917919        else
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