Logo
~Sockets~
~Examples~
~Contact~


MinderHandler::SEEN Struct Reference
[Distributed network framework]

Structure describing a message that has been received by a host. More...

List of all members.


Public Member Functions

 SEEN (unsigned long l1, unsigned long l2)
bool Eq (unsigned long l1, unsigned long l2)

Public Attributes

unsigned long m_hid
unsigned long m_mid
bool m_temp
time_t m_t

Detailed Description

Structure describing a message that has been received by a host.

Definition at line 49 of file MinderHandler.h.


Constructor & Destructor Documentation

MinderHandler::SEEN::SEEN ( unsigned long  l1,
unsigned long  l2 
) [inline]

Definition at line 50 of file MinderHandler.h.

00050 : m_hid(l1),m_mid(l2),m_t(time(NULL)) {}


Member Function Documentation

bool MinderHandler::SEEN::Eq ( unsigned long  l1,
unsigned long  l2 
) [inline]

Definition at line 51 of file MinderHandler.h.

00051                                                            {
00052                         return l1 == m_hid && l2 == m_mid;
00053                 }


Member Data Documentation

Definition at line 54 of file MinderHandler.h.

Definition at line 55 of file MinderHandler.h.

Definition at line 56 of file MinderHandler.h.

Definition at line 57 of file MinderHandler.h.


The documentation for this struct was generated from the following file:
Page, code, and content Copyright (C) 2007 by Anders Hedström
Generated for C++ Sockets by  doxygen 1.4.4