|
Gaudi Framework, version v21r9 |
| Home | Generated: 3 May 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 33 of file PoolDbDataConnection.cpp.
00033 { 00034 return (mode&flag)==flag; 00035 }
Initial value:
Definition at line 30 of file PoolDbDataConnection.cpp.