ATLAS Offline Software
Loading...
Searching...
No Matches
Database/AthenaPOOL/AthenaPoolCnvSvc/AthenaPoolCnvSvc/debug.h
Go to the documentation of this file.
1// This file's extension implies that it's C, but it's really -*- C++ -*-.
2/*
3 * Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration.
4 */
5// $Id$
17
18
19#ifndef ATHENAPOOLCNVSVC_DEBUG_H
20#define ATHENAPOOLCNVSVC_DEBUG_H
21
22
23#include "GaudiKernel/ClassID.h"
24
25
27
28
33void debugCreateTransient (CLID clid);
34
35
40void debugCreatePersistent (CLID clid);
41
42
43} // namespace AthenaPoolCnvSvc
44
45
46#endif // not ATHENAPOOLCNVSVC_DEBUG_H
uint32_t CLID
The Class ID type.
void debugCreateTransient(CLID clid)
Called by templated converters at the start of createTransient.
void debugCreatePersistent(CLID clid)
Called by templated converters at the start of createPersistent.