Changeset 9:4365cc9856e8 in xplcommon


Ignore:
Timestamp:
12/29/12 08:41:48 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 2 'hg:/home/ivaradi/xplane/hg/xplcommon' '/'>, 'public')
Message:

Removed non-public superclass from the interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/WaitableEvent.h

    r8 r9  
    4444 * An event on which one can wait with a waiter.
    4545 */
    46 class WaitableEvent : public Waitable, public Failable
     46class WaitableEvent : public Failable
    4747{
    4848public:
Note: See TracChangeset for help on using the changeset viewer.