#include <context_listener.hpp>
Public Methods | |
virtual bool | contextGetLogin (std::string &username, std::string &password)=0 |
virtual void | contextNotify (const char *path, svn_wc_notify_action_t action, svn_node_kind_t kind, const char *mime_type, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, svn_revnum_t revision)=0 |
virtual bool | contextGetLogMessage (std::string &msg)=0 |
virtual bool | contextAskQuestion (const std::string &question, std::string &answer, bool hide)=0 |
|
this method will be called if the context or the subversion api wants to ask the user a question. The question and the answers will be strings
|
|
this method will be called to retrieve authentication information
|
|
this method will be called to retrieve a log message
|
|
this method will be called to notify about the progress of an ongoing action
|