#include "TDbiTableRow.hxx"
#include <TSK_DBI_Log.hxx>
#include <MsgFormat.h>
Go to the source code of this file.
Functions | |
ClassImp (TDbiTableRow) TDbiTableRow |
ClassImp | ( | TDbiTableRow | ) |
Definition at line 8 of file TDbiTableRow.cxx.
References SK_DBI_Trace.
00018 : ctors, dtor, operators then in alphabetical order. 00019 00020 //..................................................................... 00021 00022 TDbiTableRow::TDbiTableRow(): 00023 fOwner(0) 00024 { 00025 // 00026 // 00027 // Purpose: Default constructor 00028 00029 00030 SK_DBI_Trace( "Creating TDbiTableRow" << " "); 00031 }