|
Gaudi Framework, version v21r8 |
| Home | Generated: 17 Mar 2010 |
#include <algorithm>#include "GaudiPoolDb/PoolDbDataConnection.h"#include "GaudiUtils/IIODataManager.h"#include "StorageSvc/DbInstanceCount.h"#include "GaudiKernel/strcasecmp.h"#include <stdexcept>#include <iostream>

Go to the source code of this file.
Functions | |
| static bool | isEqualMode (int mode, int flag) |
Variables | |
| static pool::DbInstanceCount::Counter * | s_connectionCount |
| static bool isEqualMode | ( | int | mode, | |
| int | flag | |||
| ) | [inline, static] |
Definition at line 29 of file PoolDbDataConnection.cpp.
00029 { 00030 return (mode&flag)==flag; 00031 }
Initial value:
Definition at line 26 of file PoolDbDataConnection.cpp.