Squid Web Cache master
Loading...
Searching...
No Matches
Registration.h File Reference
#include "mgr/ActionFeatures.h"
#include "mgr/forward.h"
Include dependency graph for Registration.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Mgr
 Cache Manager API.
 

Functions

void Mgr::RegisterAction (char const *action, char const *desc, OBJH *handler, Protected, Atomic, Format)
 
void Mgr::RegisterAction (const char *const action, const char *const desc, OBJH *handler, int pw_req_flag, int atomic)
 wrapper for legacy Format-unaware function-based action registration code
 
void Mgr::RegisterAction (char const *action, char const *desc, ClassActionCreationHandler *handler, Protected, Atomic, Format)
 
void Mgr::RegisterAction (const char *const action, const char *const desc, ClassActionCreationHandler *handler, int pw_req_flag, int atomic)
 wrapper for legacy Format-unaware class-based action registration code