login_info.cpp File Reference

#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 Documentation

#define CHECK_INDY ( indy,
what   ) 

Value:

if (indy < 0) { \
    LOG(istring("ERROR: failed to find ") + what); \
    return false; \
  }

Definition at line 103 of file login_info.cpp.

Referenced by database_login_info::replace_value().

#define LOG (  )     CLASS_EMERGENCY_LOG(program_wide_logger(), filename(portable::application_name()).basename().raw() + " " + s)

Definition at line 26 of file login_info.cpp.


Function Documentation

SAFE_STATIC ( istring_object  ,
database_login_info::freetds_config_file  ,
("/usr/local/etc/freetds.conf")   
)


Generated on Fri Nov 28 04:30:03 2008 for HOOPLE Libraries by  doxygen 1.5.1