Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

PlatformHeap.h

00001 /* START_LICENSE_HEADER
00002 
00003 Copyright (C) 2000 Martin Piper, original design and program code
00004 Copyright (C) 2001-2005 Replica Software
00005 
00006 This program file is copyright (C) Replica Software and can only be used under license.
00007 For more information visit: http://www.replicanet.com/
00008 Or email: info@replicanet.com
00009 
00010 END_LICENSE_HEADER */
00011 #ifndef __PLATFORMHEAP_H__
00012 #define __PLATFORMHEAP_H__
00013 #include "RNPlatform/Inc/DLLExportAPI.h"
00014 
00015 namespace RNReplicaNet
00016 {
00017 
00021 class REPNETEXPORTAPI PlatformHeapBlock
00022 {
00023 public:
00027     PlatformHeapBlock();
00031     virtual ~PlatformHeapBlock();
00032 
00036     void Register(void);
00037 };
00038 
00043 class REPNETEXPORTAPI PlatformHeap
00044 {
00045 public:
00049     static void ForceFree(void);
00050 };
00051 
00052 } // namespace RNReplicaNet
00053 
00054 #endif

Generated on Sun Oct 30 01:12:31 2005 for Platform by  doxygen 1.4.1