Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

APList Struct Reference

The Information List for Authentication Plugins. More...

#include <pluginhandling.h>

List of all members.

Public Attributes

AuthenticationPluginplug
 The pointer to the AuthenticationPlugin itself. More...

int id
 The ID of the plugin. More...

int active
 Whether the plugin is active or not. More...

APList* next
 The next plugin. More...


Detailed Description

The Information List for Authentication Plugins.

Definition at line 33 of file pluginhandling.h.

00034 {
00035     AuthenticationPlugin* plug; 
00036     int             id; 
00037     int             active; 
00038     APList*        next; 
00039     }

Member Data Documentation

int APList::active

Whether the plugin is active or not.

Definition at line 37 of file pluginhandling.h.

int APList::id

The ID of the plugin.

Definition at line 36 of file pluginhandling.h.

APList * APList::next

The next plugin.

Definition at line 38 of file pluginhandling.h.

AuthenticationPlugin * APList::plug

The pointer to the AuthenticationPlugin itself.

Definition at line 35 of file pluginhandling.h.


The documentation for this struct was generated from the following file:
Generated at Sat May 13 13:50:24 2000 for 3Dsia by doxygen 1.1.2 written by Dimitri van Heesch, © 1997-2000