#include "uniconfpamconn.h"
#include "unisecuregen.h"
#include "wvpam.h"
Go to the source code of this file.
Functions | |
unsigned int | WvHash (const UniConfGen *u) |
Get around the lack of RTTI by keeping a mapping of UniConfGen's to UniSecureGen's. |
|
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. |