00001 // $Id: DbiServices.cxx,v 1.5 2009/01/09 08:02:35 nwest Exp $ 00002 00003 00004 #include "DatabaseInterface/DbiServices.h" 00005 #include "MessageService/MsgService.h" 00006 00007 // Definition of static data members 00008 // ********************************* 00009 00010 //CVSID("$Id: DbiServices.cxx,v 1.5 2009/01/09 08:02:35 nwest Exp $"); 00011 00012 DbiRecord* DbiServices::fRecord = 0; 00013 bool DbiServices::fOrderContextQuery = false; 00014 bool DbiServices::fAsciiDBConectionsTemporary = true; 00015 00016 // Definition of static member functions (alphabetical order) 00017 // ********************************************************** 00018 00019
1.3.9.1