XRootD
XrdClHttpPlugInFactory.cc File Reference
+ Include dependency graph for XrdClHttpPlugInFactory.cc:

Go to the source code of this file.

Functions

 XrdVERSIONINFO (XrdClGetPlugIn, XrdClGetPlugIn) extern "C"
 

Function Documentation

◆ XrdVERSIONINFO()

XrdVERSIONINFO ( XrdClGetPlugIn  ,
XrdClGetPlugIn   
)

This file is part of XrdClHttp

Definition at line 12 of file XrdClHttpPlugInFactory.cc.

15 {
16  void *XrdClGetPlugIn( const void* /*arg*/ )
17  {
18  return static_cast<void*>( new HttpPlugInFactory());
19  }
20 }
void * XrdClGetPlugIn(const void *)

References XrdClGetPlugIn().

+ Here is the call graph for this function: