head	1.2;
access;
symbols
	RPM_4_2_1:1.1.1.4
	RPM_4_2:1.1.1.4
	RPM_4_1_1:1.1.1.4
	RPM_4_1:1.1.1.3
	RPM_4_0_5:1.1.1.2
	RPM_4_0_4:1.1.1.1
	RPM:1.1.1;
locks; strict;
comment	@// @;


1.2
date	2008.01.02.09.59.57;	author rse;	state dead;
branches;
next	1.1;
commitid	z4cpSiAhOCXk5PLs;

1.1
date	2002.01.08.13.33.28;	author rse;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2002.01.08.13.33.28;	author rse;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	2003.01.18.13.49.12;	author rse;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	2001.10.15.03.47.29;	author rse;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	2003.01.18.14.05.15;	author rse;	state Exp;
branches;
next	;


desc
@@


1.2
log
@remove the ancient RPM 4.2.1 source tree copy
@
text
@/*-
 * See the file LICENSE for redistribution information.
 *
 * Copyright (c) 1997-2001
 *	Sleepycat Software.  All rights reserved.
 *
 * Id: TestExceptInclude.cpp,v 1.1 2001/05/31 23:09:12 dda Exp 
 */

/* We should be able to include cxx_except.h without db_cxx.h,
 * and use the DbException class.
 *
 * This program does nothing, it's just here to make sure
 * the compilation works.
 */
#include "cxx_except.h"

int main(int argc, char *argv[])
{
	DbException *dbe = new DbException("something");
	DbMemoryException *dbme = new DbMemoryException("anything");

	dbe = dbme;
}

@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import: RPM 4.0.4
@
text
@@


1.1.1.2
log
@Import: RPM 4.0.5
@
text
@d4 1
a4 1
 * Copyright (c) 1997-2002
d7 1
a7 1
 * Id: TestExceptInclude.cpp,v 1.4 2002/07/05 22:17:59 dda Exp 
d11 1
a11 2
 * and use the DbException class.  We do need db.h to get a few
 * typedefs defined that the DbException classes use.
d16 1
a16 2
#include <db.h>
#include <cxx_except.h>
@


1.1.1.3
log
@Import: RPM 4.1
@
text
@d4 1
a4 1
 * Copyright (c) 1997-2001
d7 1
a7 1
 * Id: TestExceptInclude.cpp,v 1.1 2001/05/31 23:09:12 dda Exp 
d11 2
a12 1
 * and use the DbException class.
d17 2
a18 1
#include "cxx_except.h"
@


1.1.1.4
log
@Import: RPM 4.1.1
@
text
@d4 1
a4 1
 * Copyright (c) 1997-2002
d7 1
a7 1
 * Id: TestExceptInclude.cpp,v 1.4 2002/07/05 22:17:59 dda Exp 
d11 1
a11 2
 * and use the DbException class.  We do need db.h to get a few
 * typedefs defined that the DbException classes use.
d16 1
a16 2
#include <db.h>
#include <cxx_except.h>
@


