|
Gaudi Framework, version v22r4 |
| Home | Generated: Fri Sep 2 2011 |
#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 33 of file PoolDbDataConnection.cpp.
{
return (mode&flag)==flag;
}
Definition at line 30 of file PoolDbDataConnection.cpp.