#include "ocEnc.h"#include <fstream>

Go to the source code of this file.
Functions | |
| const char * | getConnectstring (const char *use_file=0) |
| bool | setConnectstring (char *r) |
Variables | |
| ocEnc | conn |
| const int | encSeed = 787 |
| const char * | filename = "constr" |
| const char* getConnectstring | ( | const char * | use_file = 0 |
) |
| bool setConnectstring | ( | char * | r | ) |
Definition at line 21 of file connectstring.h.
References ocEnc::encode(), encSeed, and filename.
Referenced by main().
Definition at line 8 of file connectstring.h.
| const int encSeed = 787 |
Definition at line 9 of file connectstring.h.
Referenced by getConnectstring(), and setConnectstring().
| const char* filename = "constr" |
Definition at line 10 of file connectstring.h.
Referenced by getConnectstring(), and setConnectstring().
1.5.5