VirtualBox

Changeset 75540 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Nov 17, 2018 2:37:19 AM (6 years ago)
Author:
vboxsync
Message:

Main/HGCM: Skip the handle stuff for the HGCMThread class, it just add overhead. bugref:9172 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/HGCMThread.cpp

    r75539 r75540  
    2727#include <iprt/string.h>
    2828
     29#include <new> /* for std:nothrow */
     30
    2931
    3032/* HGCM uses worker threads, which process messages from other threads.
     
    127129        /** @} */
    128130
    129         inline int Enter (void);
    130         inline void Leave (void);
    131 
    132         HGCMMsgCore *FetchFreeListHead (void);
     131        inline int Enter(void);
     132        inline void Leave(void);
     133
     134        HGCMMsgCore *FetchFreeListHead(void);
    133135
    134136    protected:
    135         virtual ~HGCMThread (void);
     137        virtual ~HGCMThread(void);
    136138
    137139    public:
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