![]() |
|
|
Generated: 8 Jan 2009 |
#include "GaudiKernel/IConverter.h"
#include "GaudiKernel/IOpaqueAddress.h"
#include "GaudiKernel/IConversionSvc.h"
#include "GaudiKernel/xtoa.h"
#include "GaudiKernel/SvcFactory.h"
#include "GaudiKernel/DataObject.h"
#include "GaudiKernel/GaudiException.h"
#include "GaudiKernel/RegistryEntry.h"
#include "GaudiKernel/DataSvc.h"
#include "GaudiKernel/DataIncident.h"
#include "GaudiKernel/IIncidentSvc.h"
#include <cassert>
#include <cstdlib>
#include <vector>
#include <algorithm>

Go to the source code of this file.
Defines | |
| #define | DATASVC_DATASVC_CPP |
| #define | CAST_REGENTRY(x, y) dynamic_cast<x>(y) |
Typedefs | |
| typedef DataSvcHelpers::RegistryEntry | RegEntry |
| #define CAST_REGENTRY | ( | x, | |||
| y | ) | dynamic_cast<x>(y) |
Definition at line 48 of file DataSvc.cpp.
| #define DATASVC_DATASVC_CPP |
Definition at line 20 of file DataSvc.cpp.
Definition at line 50 of file DataSvc.cpp.