#include "TDbiSqlContext.hxx"#include <TSK_DBI_Log.hxx>#include <MsgFormat.h>
Go to the source code of this file.
Functions | |
| ClassImp (TDbiSqlContext) TDbiSqlContext | |
| ClassImp | ( | TDbiSqlContext | ) |
Definition at line 8 of file TDbiSqlContext.cxx.
References SK_DBI_Trace.
00020 : 00021 TDbiString(ctxt), 00022 fIntervalType(kUndefined), 00023 fDetType(DbiDetector::kUnknown), 00024 fSimType(DbiSimFlag::kUnknown) 00025 { 00026 // 00027 // Purpose: Default constructor 00028 // 00029 // Contact: N. West 00030 // 00031 00032 00033 SK_DBI_Trace( "Creating TDbiSqlContext" << " "); 00034 00035 } //.....................................................................
1.6.1