00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #define LIBTEKLTI_EXPORT (1)
00022
00023 #ifndef _cplusplus
00024 #define _cplusplus (1)
00025 #endif
00026
00027 #include "teklti.h"
00028
00029
00030 #ifdef NULL
00031 #undef NULL
00032 #endif
00033 #define NULL (0)
00034
00035
00036 MKTEKUUID(UTekEnum, "8D3ED3C6-3ACE-11DA-9ADF-000BDBC434D9");
00037 MKTEKDEBUGSTRING(DBTekEnum, "DBTekEnum");
00038
00039
00043 TekEnum::TekEnum()
00044 {
00045 ;
00046 }
00047
00048
00052 TekEnum::~TekEnum()
00053 {
00054 ;
00055 }
00056
00057
00058 #if NULL != 0
00059
00065 virtual TEKERR TekEnum::Clone(TekEnum ** RetVal)
00066 {
00067 return TEKERR_NOTIMPL;
00068 }
00069
00075 virtual TEKERR TekEnum::Back(void ** RetVal)
00076 {
00077 return TEKERR_NOTIMPL;
00078 }
00079
00085 virtual TEKERR TekEnum::EnumNo(unsigned long ItemNo)
00086 {
00087 return TEKERR_NOTIMPL;
00088 }
00089
00095 virtual TEKERR TekEnum::Next(void ** RetVal)
00096 {
00097 return TEKERR_NOTIMPL;
00098 }
00099
00105 virtual TEKERR TekEnum::Reset()
00106 {
00107 return TEKERR_NOTIMPL;
00108 }
00109
00110 #endif
00111
00112