VirtualBox

Ignore:
Timestamp:
Oct 22, 2013 12:24:28 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90128
Message:

Main/HostDnsService: Lockee & ALock (not used for now).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/HostDnsService.h

    r49224 r49228  
    2929typedef std::list<com::Utf8Str> Utf8StrList;
    3030typedef Utf8StrList::iterator Utf8StrListIterator;
     31
     32
     33class Lockee
     34{
     35    public:
     36    Lockee();
     37    virtual ~Lockee();
     38    const RTCRITSECT* lock() const;
     39
     40    private:
     41    RTCRITSECT mLock;
     42};
     43
     44
     45class ALock
     46{
     47    public:
     48    ALock(const Lockee *l);
     49    ~ALock();
     50
     51    private:
     52    const Lockee *lck;
     53};
     54
    3155
    3256class HostDnsService
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