#include <XrdOucVerName.hh>
Static Public Member Functions | |
static int | Version (const char *piVers, const char *piPath, bool &noFBK, char *buff, int blen) |
This class performs name versioning for shared library plug-ins.
static int XrdOucVerName::Version | ( | const char * | piVers, | |
const char * | piPath, | |||
bool & | noFBK, | |||
char * | buff, | |||
int | blen | |||
) | [static] |
Version a plug-in library path.
piVers | Pointer to the version string to be used. | |
piPath | Pointer to the original path to the plug-in. | |
noFBK | Upon return is set to true if the versioned name has no fallback name and must be loaded with the resulting path. | |
buff | Pointer to abuffer that will hold the resulting path. | |
blen | The size of the buffer. |