Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

/Go4Event/TGo4EventTimeoutException.cxx

Go to the documentation of this file.
00001 //---------------------------------------------------------------
00002 //        Go4 Release Package v2.10-5 (build 21005) 
00003 //                      03-Nov-2005
00004 //---------------------------------------------------------------
00005 //       The GSI Online Offline Object Oriented (Go4) Project
00006 //       Experiment Data Processing at DVEE department, GSI
00007 //---------------------------------------------------------------
00008 //
00009 //Copyright (C) 2000- Gesellschaft f. Schwerionenforschung, GSI
00010 //                    Planckstr. 1, 64291 Darmstadt, Germany
00011 //Contact:            http://go4.gsi.de
00012 //----------------------------------------------------------------
00013 //This software can be used under the license agreements as stated
00014 //in Go4License.txt file which is part of the distribution.
00015 //----------------------------------------------------------------
00016 #include "TGo4EventTimeoutException.h"
00017 
00018 #include "Go4Log/TGo4Log.h"
00019 
00020 TGo4EventTimeoutException::TGo4EventTimeoutException (TGo4EventSource* eventsource)
00021 : TGo4EventSourceException(eventsource)
00022 {
00023    TRACE((16,"TGo4EventTimeoutException::TGo4EventTimeoutException (TGo4EventSource*)", __LINE__, __FILE__));
00024    fxDescription= "!!!-- Go4 TaskHandler Event Timeout Exception --!!!";
00025 }
00026 
00027 TGo4EventTimeoutException::TGo4EventTimeoutException(const TGo4EventTimeoutException &right)
00028   :TGo4EventSourceException(right)
00029 {
00030  TRACE((16,"TGo4EventTimeoutException::TGo4EventTimeoutException(right)", __LINE__, __FILE__));   ;
00031 }
00032 
00033 TGo4EventTimeoutException & TGo4EventTimeoutException::operator= (const TGo4EventTimeoutException & right)
00034 {
00035  TRACE((16,"TGo4EventTimeoutException::operator=",__LINE__, __FILE__));
00036  if (&right!=this)
00037     {
00038       TGo4EventSourceException::operator=(right); // copy base class members
00039       // put additional member copies here...
00040       return *this;
00041     }
00042   else
00043     {
00044       // copy is already source object
00045       return *this;
00046     }
00047 }
00048 
00049 TGo4EventTimeoutException::~TGo4EventTimeoutException()
00050 {
00051    TRACE((16,"TGo4EventTimeoutException::~TGo4EventTimeoutException()", __LINE__, __FILE__));
00052 }
00053 
00054 //----------------------------END OF GO4 SOURCE FILE ---------------------

Generated on Tue Nov 8 10:55:53 2005 for Go4-v2.10-5 by doxygen1.2.15