Mixe for Privacy and Anonymity in the Internet
CADataRetentionLog.hpp
Go to the documentation of this file.
2 
4  {
5  public:
8 
10  SINT32 setLogDir(UINT8* strLogDir);
11  SINT32 log(t_dataretentionLogEntry*);
13 
14  private:
16 
21  };
signed int SINT32
Definition: basetypedefs.h:132
unsigned char UINT8
Definition: basetypedefs.h:135
unsigned int UINT32
Definition: basetypedefs.h:131
SINT32 setLogDir(UINT8 *strLogDir)
SINT32 log(t_dataretentionLogEntry *)
CAASymCipher * m_pPublicEncryptionKey
SINT32 openLogFile(UINT32 time)
CADataRetentionLogFile * m_pLogFile
SINT32 setPublicEncryptionKey(CAASymCipher *pPublicKey)