Ignore:
Timestamp:
Aug 25, 1999, 12:28:41 PM (26 years ago)
Author:
sandervl
Message:

Put back handlemanager changes + memory mapped file changes

File:
1 edited

Legend:

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

    r664 r678  
    1 /* $Id: mmap.h,v 1.6 1999-08-24 18:46:40 sandervl Exp $ */
     1/* $Id: mmap.h,v 1.7 1999-08-25 10:28:41 sandervl Exp $ */
    22
    33/*
     
    3737   void   Release()                      { if(--referenced == 0) delete this; };
    3838
     39   BOOL   hasReadAccess();
     40   BOOL   hasWriteAccess();
     41   BOOL   hasExecuteAccess();
     42 
     43   BOOL   commitPage(LPVOID lpPageFaultAddr, ULONG nrpages);
     44
    3945static Win32MemMap *findMap(LPSTR lpszName);
    4046static Win32MemMap *findMap(ULONG address);
     47
     48//Should only be called in ExitProcess
     49static void deleteAll();
    4150
    4251protected:
Note: See TracChangeset for help on using the changeset viewer.