s_dcc_notify Struct Reference

#include <filesys.h>

Collaboration diagram for s_dcc_notify:

Collaboration graph
[legend]
List of all members.

Detailed Description

Stores informnations about notification of user about events in the filesystem.

Author:
VooDooMan
Version:
1
Date:
2004

Definition at line 279 of file filesys.h.

Public Member Functions

 s_dcc_notify ()

Public Attributes

bool incomplete
string message
 Notify message.
string name
 Public name of the file.
bool notify_owner
 OWNER should be notified.
bool notify_user
 User should be notified.
bool secure_notify_owner
 OWNER should be notified securely (after authentication).
bool secure_notify_user
 User should be notified securely (after authentication).
bool unpublished
 Has not been this object published yet?


Constructor & Destructor Documentation

s_dcc_notify::s_dcc_notify  )  [inline]
 

Definition at line 289 of file filesys.h.

References incomplete, message, name, notify_owner, notify_user, secure_notify_owner, secure_notify_user, and unpublished.

00290     {
00291         unpublished=false;
00292         incomplete=false;
00293         notify_user=false;
00294         notify_owner=false;
00295         secure_notify_user=false;
00296         secure_notify_owner=false;
00297         name="";
00298         message="";
00299     }


Member Data Documentation

bool s_dcc_notify::incomplete
 

Definition at line 281 of file filesys.h.

Referenced by filesys_dcc_check_for_notifies(), and s_dcc_notify().

string s_dcc_notify::message
 

Notify message.

Definition at line 287 of file filesys.h.

Referenced by filesys_dcc_check_for_notifies(), and s_dcc_notify().

string s_dcc_notify::name
 

Public name of the file.

Definition at line 286 of file filesys.h.

Referenced by filesys_dcc_check_for_notifies(), and s_dcc_notify().

bool s_dcc_notify::notify_owner
 

OWNER should be notified.

Definition at line 283 of file filesys.h.

Referenced by filesys_dcc_check_for_notifies(), and s_dcc_notify().

bool s_dcc_notify::notify_user
 

User should be notified.

Definition at line 282 of file filesys.h.

Referenced by filesys_dcc_check_for_notifies(), and s_dcc_notify().

bool s_dcc_notify::secure_notify_owner
 

OWNER should be notified securely (after authentication).

Definition at line 285 of file filesys.h.

Referenced by filesys_dcc_check_for_notifies(), and s_dcc_notify().

bool s_dcc_notify::secure_notify_user
 

User should be notified securely (after authentication).

Definition at line 284 of file filesys.h.

Referenced by filesys_dcc_check_for_notifies(), and s_dcc_notify().

bool s_dcc_notify::unpublished
 

Has not been this object published yet?

Definition at line 280 of file filesys.h.

Referenced by filesys_dcc_check_for_notifies(), and s_dcc_notify().


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