00001 // Dan 6/10/2003 \Dan105\Include\SDK\HNullObject.h 00002 00003 #define __HNULLOBJECT_H 00004 00005 #ifndef _SMALLPDB 00006 00007 #ifndef __HOBJECT_H 00008 #include "HObject.h" 00009 #endif 00010 00011 class HNullObject; 00012 class HNullObjectCache; 00013 //********************************************************* 00014 //** HNullObjectCache 00015 //********************************************************* 00016 class PLUGINEXPORT HNullObjectCache : public HObjectCache 00017 { 00018 public: 00019 }; 00020 00021 //********************************************************* 00022 //** HNullObject 00023 //********************************************************* 00024 class PLUGINEXPORT HNullObject : public HObject 00025 { 00026 public: 00027 }; 00028 00029 #endif
Generated on Thu Oct 27 11:46:46 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001