fred-mod-whoisd
Macros
Definition of corba status codes.

Macros

#define CORBA_OK   0
 
#define CORBA_OK_LIMIT   1
 
#define CORBA_SERVICE_FAILED   2
 
#define CORBA_INTERNAL_ERROR   3
 
#define CORBA_UNKNOWN_ERROR   4
 

Detailed Description

Theese are used in apache module to analyze what happened during corba call. Appropriate apache log message is then generated if needed.

Macro Definition Documentation

◆ CORBA_INTERNAL_ERROR

#define CORBA_INTERNAL_ERROR   3

Internal error == malloc failed.

◆ CORBA_OK

#define CORBA_OK   0

No error occured.

◆ CORBA_OK_LIMIT

#define CORBA_OK_LIMIT   1

No error, but limit on # of objects was reached.

◆ CORBA_SERVICE_FAILED

#define CORBA_SERVICE_FAILED   2

Could not obtain object's reference.

◆ CORBA_UNKNOWN_ERROR

#define CORBA_UNKNOWN_ERROR   4

Unknown error returned over CORBA.