00001 00002 // $Id: DmxPlane.cxx,v 1.4 2003/05/14 19:28:02 brebel Exp $ 00003 // 00004 // DmxPlane.cxx 00005 // 00006 // DmxPlane is a virtual base class for DmxPlane objects. 00007 // 00008 // Author: B. Rebel 6/2000 00010 00011 #include "DeMux/DmxPlane.h" 00012 00013 ClassImp(DmxPlane) 00014 XXXITRIMP(DmxPlane) 00015 00016 00017 //______________________________________________________________________ 00018 DmxPlane::DmxPlane() 00019 { 00020 } 00021 00022 //______________________________________________________________________ 00023 DmxPlane::~DmxPlane() 00024 { 00025 }
1.3.9.1