Go to the documentation of this file.
7 #ifndef SASL_INTERACTION_HANDLER_H
8 #define SASL_INTERACTION_HANDLER_H
25 std::list<SaslInteraction*> cleanupList;
#define LDAP_DEBUG_TRACE
Definition: debug.h:12
virtual void handleInteractions(const std::list< SaslInteraction * > &cb)=0
Definition: SaslInteractionHandler.h:19
#define DEBUG(level, arg)
Definition: debug.h:30
Definition: SaslInteraction.h:13
virtual void handleInteractions(const std::list< SaslInteraction * > &cb)
Definition: SaslInteractionHandler.cpp:23
virtual ~DefaultSaslInteractionHandler()
Definition: SaslInteractionHandler.cpp:92
virtual ~SaslInteractionHandler()
Definition: SaslInteractionHandler.h:16
Definition: SaslInteractionHandler.h:13