#include "ServiceSettings.h"#include "TorSettings.h"#include "stringutil.h"Go to the source code of this file.
Defines | |
| #define | SETTING_SERVICE_VIRTUAL_PORT "Service/VirtualPort" |
| #define | SETTING_SERVICE_ADDRESS "Service/ServiceAddress" |
| #define | SETTING_SERVICE_PHYSICAL_ADDRESS "Service/ServicePhysicalAddress" |
| #define | SETTING_SERVICE_ENABLED "Service/Enabled" |
| #define | SETTING_TOR_SERVICES "Service/Services" |
| #define SETTING_SERVICE_ADDRESS "Service/ServiceAddress" |
Definition at line 18 of file ServiceSettings.cpp.
Referenced by ServiceSettings::getServiceAddress(), and ServiceSettings::setServiceAddress().
| #define SETTING_SERVICE_ENABLED "Service/Enabled" |
Definition at line 20 of file ServiceSettings.cpp.
Referenced by ServiceSettings::isEnabled(), ServiceSettings::ServiceSettings(), and ServiceSettings::setEnabled().
| #define SETTING_SERVICE_PHYSICAL_ADDRESS "Service/ServicePhysicalAddress" |
Definition at line 19 of file ServiceSettings.cpp.
Referenced by ServiceSettings::getPhysicalAddressPort(), ServiceSettings::ServiceSettings(), and ServiceSettings::setPhysicalAddressPort().
| #define SETTING_SERVICE_VIRTUAL_PORT "Service/VirtualPort" |
Definition at line 17 of file ServiceSettings.cpp.
Referenced by ServiceSettings::getVirtualPort(), ServiceSettings::ServiceSettings(), and ServiceSettings::setVirtualPort().
| #define SETTING_TOR_SERVICES "Service/Services" |
Definition at line 21 of file ServiceSettings.cpp.
Referenced by ServiceSettings::getServices(), and ServiceSettings::setServices().
1.6.3