.nf

.nf

    ========== licence begin  GPL
    Copyright (c) 2004-2005 SAP AG

    This program is free software; you can redistribute it and/or
    modify it under the terms of the GNU General Public License
    as published by the Free Software Foundation; either version 2
    of the License, or (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
    ========== licence end
.fo


.fo
*****************************************************
Copyright (c) 2004-2005 SAP AG
SAP Database Technology

Release :  7.6    Date : 2004-08-03
*****************************************************
modname : GAK104
changed : 2004-08-030
module  : SequenceWrapper

Author  : DanielD
Created : 2004-08-03
*****************************************************

Purpose : Types for List Sequences

Define  :

.CM *-END-* define --------------------------------------
Use     :

.CM *-END-* use -----------------------------------------
Synonym :

.CM *-END-* synonym -------------------------------------
***********************************************************
Specification:
.CM *-END-* specification -------------------------------
***********************************************************
Description:


.CM *-END-* description ---------------------------------
***********************************************************
.CM -lll-
Code    :


TYPE
      (*inlineC class SAPDBMem_IRawAllocator;    *)
      tak104_Allocator = ^char (*ptoc00Redefine=SAPDBMem_IRawAllocator * *);

      (*inlineC class SAPDBFields_IFieldSequence;    *)
      tak104_IFieldSequence = ^char(*ptoc00Redefine=SAPDBFields_IFieldSequence * *);

      (*inlineC class SAPDBFields_MemorySequence;    *)
      tak104_MemorySequence = ^char(*ptoc00Redefine=SAPDBFields_MemorySequence * *);

      (*inlineC class SAPDBFields_IncrementalMemorySequence;    *)
      tak104_IncrementalMemorySequence = ^char(*ptoc00Redefine=SAPDBFields_IncrementalMemorySequence * *);

      (*inlineC class SAPDBFields_SequenceMemoryCopy;    *)
      tak104_SequenceMemoryCopy = ^char(*ptoc00Redefine=SAPDBFields_SequenceMemoryCopy * *);

      (*inlineC class SAPDB_IPersistenceStream;    *)
      tak104_IPersistenceStream = ^char(*ptoc00Redefine=SAPDB_IPersistenceStream * *);

      (*inlineC class Msg_List;    *)
      tak104_MsgList = ^char(*ptoc00Redefine=Msg_List * *);

      tak104_refcountMode = (invalidCount_eak104, noCount_eak104,
                                sessionCount_eak104, sharedCount_eak104);

.CM *-END-* code ----------------------------------------
.SP 2
***********************************************************
.PA
