00001 00002 // $Id: LeaTestA.cxx,v 1.1 2001/02/17 01:04:21 buckley Exp $ 00003 // 00004 // LeaTestA 00005 // 00006 // Package: Lea (Leak Checker). 00007 00008 // Begin_Html<img src="../../pedestrians.gif" align=center> 00009 // <a href="../source_warning.html">Warning for beginners</a>.<br> 00010 // Also see <a href="../../root_crib/index.html">The ROOT Crib</a> and 00011 // <a href="../index.html">The MINOS Class User Guide</a>End_Html 00012 // 00013 // N. West 06/00 00014 // 00015 // 00016 // Purpose: Test objects 00017 // 00018 // 00020 00021 #include <string.h> 00022 00023 #include "LeakChecker/test/LeaTestA.h" 00024 #include "LeakChecker/Lea.h" 00025 00026 ClassImp(LeaTestA) 00027 ClassImp(LeaTestB) 00028 LeaTestA::LeaTestA() { LEA_CTOR } 00029 LeaTestA::LeaTestA(const LeaTestA&) { LEA_CTOR } 00030 LeaTestA::~LeaTestA() { LEA_DTOR } 00031 LeaTestB::LeaTestB() { LEA_CTOR_NM("this.dir/LeaTestB.h",this) } 00032 LeaTestB::LeaTestB(const LeaTestB&) { LEA_CTOR_NM("LeaTestB",this) } 00033 LeaTestB::~LeaTestB() { LEA_DTOR_NM("that.dir/dir/LeaTestB.cxx",this) }
1.3.9.1