Humble Framework for SkyOS


Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

HTemplate.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 **
00003 **  $Header: /SkyOS.root/pig/Humble/HTemplate.h 1     11/30/04 1:01p Neusel $
00004 **
00005 ****************************************************************************/
00013 #ifndef HTEMPLATE_H
00014     #define HTEMPLATE_H
00015 
00023 class HClass : public HObj
00024     {
00025     typedef HObj        base_class;
00026     static StringPtr    ClassName(void) { return "HClass"; }
00027 /*  ----------------------------------------------------------------------
00028     VARIABLES
00029     ----------------------------------------------------------------------  */
00030 protected:
00031 
00032 public:
00033 
00034 /*  ----------------------------------------------------------------------
00035     CTOR / DTOR
00036     ----------------------------------------------------------------------  */
00037 public:
00038     HClass(void)
00039         { /* EMPTY CTOR */ }
00040     virtual
00041     ~HClass(void)
00042         { /* EMPTY DTOR */ }
00043 /*  ----------------------------------------------------------------------
00044     METHODS
00045     ----------------------------------------------------------------------  */
00055 
00056 /*  ----------------------------------------------------------------------
00057     GETTERS & SETTERS
00058     ----------------------------------------------------------------------  */
00059 
00060 /*  ----------------------------------------------------------------------
00061     INLINES
00062     ----------------------------------------------------------------------  */
00063 
00064 /*  ----------------------------------------------------------------------
00065     OPERATORS
00066     ----------------------------------------------------------------------  */
00067     };
00068 #endif  // HBASE_H
00069 /****************************************************************************
00070 **
00071 **  $History: HTemplate.h $
00072  * 
00073  * *****************  Version 1  *****************
00074  * User: Neusel       Date: 11/30/04   Time: 1:01p
00075  * Created in $/SkyOS.root/pig/Humble
00076  * Released as HUMBLE_VER 20041130.
00077 **
00078 **  -------------------------------------------------------------------------
00079 **
00080 **  End of HTemlate.h
00081 **
00082 ****************************************************************************/