#include "uniconfdaemonconn.h"
#include "unisecuregen.h"
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | SecureGen |
class | UniConfPamConn |
Functions | |
unsigned int | WvHash (const UniConfGen *) |
Get around the lack of RTTI by keeping a mapping of UniConfGen's to UniSecureGen's. | |
DeclareWvDict (SecureGen, UniConfGen *, key) |
|
|
|
Get around the lack of RTTI by keeping a mapping of UniConfGen's to UniSecureGen's. That way we can convert a UniConfGen to the derived class by just looking it up. If it's not there, it can't be downcasted. Definition at line 12 of file uniconfpamconn.cc. References WvHash(). |