s_event Struct Reference

#include <filesys.h>

Collaboration diagram for s_event:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores informnations about event occured to the object in the filesystem.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 143 of file filesys.h.

Public Member Functions

void clear ()
 Clears the structure.
 s_event ()

Public Attributes

time_t first
 Timestamp of first occurence of event.
bool has_read
 User has read the object.
bool owner_notified
 OWNER has been notified about user's read yet.
string user_name
 Name of user to which this event belongs to.
bool user_notified
 User has been notified about this object.


Constructor & Destructor Documentation

s_event::s_event  )  [inline]
 

Definition at line 166 of file filesys.h.

References clear().

00167     {
00168         clear();
00169     }

Here is the call graph for this function:


Member Function Documentation

void s_event::clear  )  [inline]
 

Clears the structure.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 157 of file filesys.h.

References first, has_read, owner_notified, user_name, and user_notified.

Referenced by dcc_file_has_been_read(), filesys_init(), and s_event().

00158     {
00159         has_read=false;
00160         owner_notified=false;
00161         user_notified=false;
00162         user_name="";
00163         first=0;
00164     }


Member Data Documentation

time_t s_event::first
 

Timestamp of first occurence of event.

Definition at line 149 of file filesys.h.

Referenced by clear(), dcc_file_has_been_read(), filesys_dcc_check_for_notifies(), filesys_dcc_drop_notifies(), and filesys_init().

bool s_event::has_read
 

User has read the object.

Definition at line 144 of file filesys.h.

Referenced by clear(), dcc_file_has_been_read(), filesys_dcc_check_for_notifies(), filesys_dcc_drop_notifies(), and filesys_init().

bool s_event::owner_notified
 

OWNER has been notified about user's read yet.

Definition at line 145 of file filesys.h.

Referenced by clear(), dcc_file_has_been_read(), filesys_dcc_check_for_notifies(), filesys_dcc_drop_notifies(), and filesys_init().

string s_event::user_name
 

Name of user to which this event belongs to.

Definition at line 147 of file filesys.h.

Referenced by clear(), dcc_file_has_been_read(), filesys_dcc_check_for_notifies(), filesys_dcc_drop_notifies(), and filesys_init().

bool s_event::user_notified
 

User has been notified about this object.

Definition at line 146 of file filesys.h.

Referenced by clear(), dcc_file_has_been_read(), filesys_dcc_check_for_notifies(), filesys_dcc_drop_notifies(), and filesys_init().


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