#include <AxisConfig.h>
Public Methods | |
int | readConfFile () |
char * | getAxisConfProperty (g_axconfig property) |
The purpose of this class is to provide a way so that the server takes the configuration path where the axiscpp.conf lies from the environment variable AXIS_HOME. User has to set this variable pointing the path to axiscpp.conf file. This axiscpp.conf file contains all the configuration paths like wsdd configuration file path, axis log path etc.
|
This is called to get the value of a property as defined by the g_axconfig enumeration.
|
|
This method will read from the configuration file called axiscpp.conf which is located in a place defined by AXIS_HOME environment variable.
|