ircproxy  The Ultimate Cyborg

UserAnswerEventType Class Reference

#include <UserAnswer.h>

Inheritance diagram for UserAnswerEventType:

UserAnswer

List of all members.


Detailed Description

The UserAnswer event server's EventType.

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.

Constructor & Destructor Documentation

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) { }
};


The documentation for this class was generated from the following file:

Copyright © 2005-2007 Carlo Wood.  All rights reserved.