Ignore:
Timestamp:
Sep 1, 1999, 1:14:31 AM (26 years ago)
Author:
phaller
Message:

Fix: incorrect anchor class for mutexes, events and semaphores

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmsemaphore.h

    r278 r768  
    1 /* $Id: hmsemaphore.h,v 1.1 1999-07-06 15:48:48 phaller Exp $ */
     1/* $Id: hmsemaphore.h,v 1.2 1999-08-31 23:14:03 phaller Exp $ */
    22
    33/*
     
    2222
    2323#include "HMDevice.h"
    24 #include "HMObjects.h"
     24#include "HMOpen32.h"
    2525
    2626
     
    2929 *****************************************************************************/
    3030
    31 class HMDeviceSemaphoreClass : public HMDeviceKernelObjectClass
     31class HMDeviceSemaphoreClass : public HMDeviceOpen32Class
    3232{
    3333public:
    34   HMDeviceSemaphoreClass(LPCSTR lpDeviceName) : HMDeviceKernelObjectClass(lpDeviceName) {}
     34  HMDeviceSemaphoreClass(LPCSTR lpDeviceName) : HMDeviceOpen32Class(lpDeviceName) {}
    3535
    3636                     /* this is a handler method for calls to CreateSemaphore() */
Note: See TracChangeset for help on using the changeset viewer.