Ignore:
Timestamp:
Feb 5, 2010, 8:59:14 PM (16 years ago)
Author:
RBRi
Message:

format updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hlpmgr/sharedmemory.h

    r360 r367  
    3636                                    TSubAllocatedSharedMemory* pSharedMemory );
    3737
     38
    3839// suballocate space of the given size
    3940APIRET SubAllocate( TSubAllocatedSharedMemory* pSharedMemory,
     
    4142                    void** p );
    4243
     44
    4345// free the given space.
    4446void SubDeAllocate( TSubAllocatedSharedMemory* pSharedMemory,
    4547                    void** p );
    4648
     49
    4750void ReleaseSubAllocatedSharedMemory( TSubAllocatedSharedMemory* pSharedMemory );
    4851
    49 APIRET OpenOrCreateMutex( PSZ pszName,
    50                           PHMTX phmtx );
     52
     53APIRET OpenOrCreateMutex( PSZ pszName, PHMTX phmtx );
     54
    5155
    5256#endif
Note: See TracChangeset for help on using the changeset viewer.