#include "login_info.h"#include <basis/function.h>#include <basis/log_base.h>#include <data_struct/static_memory_gremlin.h>#include <opsystem/byte_filer.h>#include <opsystem/filename.h>#include <opsystem/ini_config.h>#include <stdio.h>Include dependency graph for login_info.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | LOG(s) CLASS_EMERGENCY_LOG(program_wide_logger(), filename(portable::application_name()).basename().raw() + " " + s) |
| #define | CHECK_INDY(indy, what) |
Functions | |
| SAFE_STATIC (istring_object, database_login_info::freetds_config_file,("/usr/local/etc/freetds.conf")) | |
| #define CHECK_INDY | ( | indy, | |||
| what | ) |
Value:
Definition at line 103 of file login_info.cpp.
Referenced by database_login_info::replace_value().
| #define LOG | ( | s | ) | CLASS_EMERGENCY_LOG(program_wide_logger(), filename(portable::application_name()).basename().raw() + " " + s) |
Definition at line 26 of file login_info.cpp.
| SAFE_STATIC | ( | istring_object | , | |
| database_login_info::freetds_config_file | , | |||
| ("/usr/local/etc/freetds.conf") | ||||
| ) |
1.5.1