|
Mixe for Privacy and Anonymity in the Internet
|
#include "StdAfx.h"#include "CAMsg.hpp"#include "CACmdLnOptions.hpp"#include "CAASymCipher.hpp"#include "CASymCipher.hpp"#include "CAUtil.hpp"#include "CABase64.hpp"#include "CALibProxytest.hpp"Go to the source code of this file.
Defines | |
| #define | FILENAME_ENCRYPTEDLOG "/encrypted_messages" |
| #define | FILENAME_INFOLOG "/messages" |
| #define | FILENAME_INFOLOG_GZ "/messages.gz" |
| #define | MAX_MSG_SIZE 8192 |
| #define | STRMSGTYPES_SIZE 12 |
| #define FILENAME_ENCRYPTEDLOG "/encrypted_messages" |
Definition at line 37 of file CAMsg.cpp.
Referenced by CAMsg::openEncryptedLog().
| #define FILENAME_INFOLOG "/messages" |
Definition at line 38 of file CAMsg.cpp.
Referenced by CAMsg::openLog().
| #define FILENAME_INFOLOG_GZ "/messages.gz" |
Definition at line 39 of file CAMsg.cpp.
Referenced by CAMsg::openLog().
| #define MAX_MSG_SIZE 8192 |
Definition at line 41 of file CAMsg.cpp.
Referenced by CAMsg::CAMsg(), and CAMsg::printMsg().
| #define STRMSGTYPES_SIZE 12 |
Definition at line 46 of file CAMsg.cpp.
Referenced by CAMsg::CAMsg(), and CAMsg::printMsg().
1.7.6.1