XRootD
Loading...
Searching...
No Matches
XrdAccAuthDB.hh File Reference
Include dependency graph for XrdAccAuthDB.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  XrdAccAuthDB

Functions

XrdAccAuthDBXrdAccAuthDBObject (XrdSysError *erp)

Function Documentation

◆ XrdAccAuthDBObject()

XrdAccAuthDB * XrdAccAuthDBObject ( XrdSysError * erp)
extern

Definition at line 43 of file XrdAccAuthFile.cc.

44{
45 static XrdAccAuthFile mydatabase(erp);
46
47 return (XrdAccAuthDB *)&mydatabase;
48}

Referenced by XrdAccConfig::ConfigDB().

Here is the caller graph for this function: