home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
cset21v1.zip
/
IBMCPP
/
IBMCLASS
/
IDQUTS.H
< prev
next >
Wrap
Text File
|
1993-09-22
|
1KB
|
23 lines
/*******************************************************************************
* *
* COPYRIGHT: *
* IBM C/C++ Tools Version 2.01 - Collection Class Library *
* Licensed Materials - Property of IBM *
* (C) Copyright IBM Corporation 1992, 1993 *
* All Rights Reserved *
* US Government Users Restricted Rights - Use, duplication, or disclosure *
* restricted by GSA ADP Schedule Contract with IBM Corp. *
* *
*******************************************************************************/
#ifndef _IDQUTS_H
#define _IDQUTS_H
#include <itbseq.h>
#include <ideqseq.h>
IDefineGDequeOnGSequence (IGTabularSequence, IGDequeOnTabularSequence)
IDefineCollectionWithOps (IGDequeOnTabularSequence, IStdOps, IDequeOnTabularSequence)
#endif