00001 00002 00003 00004 00005 // ChangeLog is at the implementation file. 00006 00007 #ifndef __VPMEMORYOBJ_H 00008 #define __VPMEMORYOBJ_H 00009 00015 class VPMemoryObj 00016 { 00017 public: 00018 VPMemoryObj(); 00019 bool autoDelete; 00020 private: 00021 00022 }; 00023 00024 #endif