![]() |
ircproxy The Ultimate Cyborg |
#include <UserAnswer.h>

Definition at line 53 of file UserAnswer.h.
Public Member Functions | |
| UserAnswerEventType (std::string const &answer, ClientSession const &client_session, std::string const &target_name) | |
| Construct a UserAnswerEventType with answer answer, target network network and target name target_name. | |
| UserAnswerEventType::UserAnswerEventType | ( | std::string const & | answer, | |
| ClientSession const & | client_session, | |||
| std::string const & | target_name | |||
| ) | [inline] |
Construct a UserAnswerEventType with answer answer, target network network and target name target_name.
Definition at line 56 of file UserAnswer.h.
00056 : 00057 UserAnswer(answer, client_session, target_name) { } };
| Copyright © 2005-2007 Carlo Wood. All rights reserved. |
|---|