Gaudi Framework, version v25r0
Home
Generated: Mon Feb 17 2014
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
GaudiGSL
GaudiGSL
IGslSvc.h
Go to the documentation of this file.
1
// $Id: IGslSvc.h,v 1.2 2003/11/19 16:55:57 mato Exp $
2
// ============================================================================
3
#ifndef GAUDIGSL_IGSLSVC_H
4
#define GAUDIGSL_IGSLSVC_H 1
5
// Include files
6
#include "
GaudiKernel/IService.h
"
7
// forward declaration
8
class
GslError
;
18
class
GAUDI_API
IGslSvc
:
virtual
public
IService
{
19
public
:
21
DeclareInterfaceID
(
IGslSvc
,2,0);
22
29
typedef
void (*GslErrorHandler)
30
(
const
char
*
/* reason */
,
31
const
char
*
/* file */
,
32
int
/* line */
,
33
int
/* code */
);
34
40
virtual
StatusCode
handle
41
(
const
GslError
& error )
const
= 0 ;
42
46
virtual
GslErrorHandler handler ()
const
= 0 ;
47
52
virtual
GslErrorHandler setHandler ( GslErrorHandler handler )
const
= 0 ;
53
58
virtual
StatusCode
status (
const
int
error )
const
= 0 ;
59
60
protected
:
61
63
virtual
~IGslSvc
(){}
64
65
};
66
67
// ============================================================================
68
// The END
69
// ============================================================================
70
#endif // GAUDIGSL_IGSLSVC_H
71
// ============================================================================
Generated at Mon Feb 17 2014 14:37:41 for Gaudi Framework, version v25r0 by
Doxygen
version 1.8.2 written by
Dimitri van Heesch
, © 1997-2004