s_msg_id Struct Reference

Collaboration diagram for s_msg_id:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores informations about message.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 1495 of file botnet.cpp.

Public Member Functions

 s_msg_id ()

Public Attributes

uint32 id
 ID of message.
my_time_t time
 Time of message.


Constructor & Destructor Documentation

s_msg_id::s_msg_id  )  [inline]
 

Definition at line 1499 of file botnet.cpp.

References time.

01500     {
01501         time=0;
01502         id=0;
01503     }


Member Data Documentation

uint32 s_msg_id::id
 

ID of message.

Definition at line 1497 of file botnet.cpp.

Referenced by botnet_partyline_event(), and botnet_partyline_message().

my_time_t s_msg_id::time
 

Time of message.

Definition at line 1496 of file botnet.cpp.

Referenced by botnet_partyline_event(), botnet_partyline_message(), and s_msg_id().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 10 05:45:48 2005 for VooDoo cIRCle by doxygen 1.4.3

Hosted by SourceForge.net Logo