TekEnum.cpp

00001 /***************************************************************************
00002  *   Copyright (C) 2005 by Kevin McBride                                   *
00003  *   kevin@planetsaphire.com                                               *
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU Library General Public License as       *
00007  *   published by the Free Software Foundation; either version 2 of the    *
00008  *   License, or (at your option) any later version.                       *
00009  *                                                                         *
00010  *   This program is distributed in the hope that it will be useful,       *
00011  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00012  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00013  *   GNU General Public License for more details.                          *
00014  *                                                                         *
00015  *   You should have received a copy of the GNU Library General Public     *
00016  *   License along with this program; if not, write to the                 *
00017  *   Free Software Foundation, Inc.,                                       *
00018  *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
00019  ***************************************************************************/
00020 
00021 #define LIBTEKLTI_EXPORT (1)
00022 
00023 #ifndef _cplusplus
00024 #define _cplusplus (1)
00025 #endif /* _cplusplus */
00026 
00027 #include "teklti.h"
00028 
00029 
00030 #ifdef      NULL
00031 #undef      NULL
00032 #endif      /* NULL */
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      /* NULL != 0 */
00111 
00112 
SourceForge.net Logo  Technical Library Template Interface Project Page