TTableRow.cxx

Go to the documentation of this file.
00001 #include "TTableRow.hxx"
00002 
00003 ClassImp(TTableRow)
00004 
00005 //_____________________________________________________________________________
00006 
00007 TTableRow::TTableRow()  {
00008 
00009    // Default constructor
00010 
00011     SK_DBI_Trace("TTableRow: Default ctor at:" << (void*) this);
00012 
00013 }
00014 
00015 
00016 //_____________________________________________________________________________
00017 
00018 TTableRow::TTableRow(const TTableRow& from) {
00019 
00020    // Copy constructor
00021 
00022     SK_DBI_Trace("TTableRow: Copy ctor at:" << (void*) this);
00023 
00024     //  Nothing to copy; no data member in TDbiTableRow.
00025 
00026 }
00027 
00028 //_____________________________________________________________________________
00029 
00030 TTableRow::~TTableRow()  {
00031 
00032    // Destructor
00033 
00034     SK_DBI_Trace("TTableRow: dtor at:" << (void*) this);
00035 
00036 }
00037 

Generated on 11 Aug 2013 for SKDatabase by  doxygen 1.6.1