00001 //------------------------------------------------------------------------ 00002 // 00003 // Module: CHMinstanceHeap 00004 // 00005 // Most of the classes generated by HL7 Chameleon inherit from this class. 00006 // It used to overrides the static new and delete operators but is no 00007 // longer required. 00008 // 00009 //----------------------------------------------------------------------- 00010 00011 #ifndef __CHMINSTANCE__ 00012 #define __CHMINSTANCE__ 00013 00014 #include <stddef.h> 00015 00016 class CHMinstanceHeap 00017 { 00018 public: 00019 }; 00020 00021 #endif // end of defensive include