Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

FarDetStripListHandle.cxx

Go to the documentation of this file.
00001 
00002 #include "FarDetStripListHandle.h"
00003 
00004 ClassImp(FarDetStripListHandle)
00005 
00006 FarDetStripListHandle::FarDetStripListHandle()
00007 {
00008 
00009 }
00010   
00011 FarDetStripListHandle::FarDetStripListHandle(const FarDetStripListHandle &csh) :
00012   CandStripListHandle(csh)
00013 {
00014 
00015 }  
00016 
00017 FarDetStripListHandle::FarDetStripListHandle(FarDetStripList *cs) :
00018   CandStripListHandle(cs)
00019 {
00020 
00021 }
00022   
00023 FarDetStripListHandle::~FarDetStripListHandle()
00024 {
00025 
00026 }
00027   
00028 FarDetStripListHandle* FarDetStripListHandle::DupHandle() const
00029 {
00030   return (new FarDetStripListHandle(*this));
00031 }
00032   
00033 void FarDetStripListHandle::Trace(const char* c) const
00034 {
00035   CandHandle::Trace(c);
00036 }
00037   
00038 
00039 XXXITRIMP(FarDetStripListHandle)

Generated on Mon Feb 15 11:06:41 2010 for loon by  doxygen 1.3.9.1