#include "BridgeStub.h"
#include <JTC/JTC.h>
#include <sys/timeb.h>
#include "anyconfig/AnyConfig.h"
Go to the source code of this file.
Compounds | |
struct | TheLevels |
Functions | |
void | locker (void *pMon, bool setLock) |
multithreading if JTC was detected. More... | |
ANYCFG_H | sbInitialize (int argn, char *argv[]) |
Initialize the SoapBridge core code (src/Bridge). More... | |
void | sbTerminate (ANYCFG_H hdl) |
Terminate the SoapBridge core code (src/Bridge). More... | |
void | EncodeBase64 (const unsigned char *buf, const unsigned long csiz, CString &str, bool isSMTP) |
Encode binary data as a Base 64 string. More... | |
void | DecodeBase64 (unsigned char *ou, unsigned long &nsiz, const char *buf) |
Decode a Base 64 encoded string. More... | |
double | sec_u (void) |
Function that returns C time with milliseconds appended as a double. More... | |
Variables | |
log4cpp::Category* | soapBridgeLog |
log4cpp::Category* | corbaBridgeLog |
log4cpp::Category* | generalLog |
struct TheLevels | logLevels |
JTCMonitor | CString_Monitor |
JTCSynchronized* | pCString_Lock = NULL |
multithreading if JTC was detected. More... | |
char* | C = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" |
Base 64 characters. More... |
Definition in file bridge.cpp.
|
Decode a Base 64 encoded string.
Definition at line 187 of file bridge.cpp. |
|
Encode binary data as a Base 64 string.
Definition at line 134 of file bridge.cpp. |
|
multithreading if JTC was detected.
Definition at line 53 of file bridge.cpp. |
|
Initialize the SoapBridge core code (src/Bridge).
Definition at line 66 of file bridge.cpp. |
|
Terminate the SoapBridge core code (src/Bridge).
Definition at line 118 of file bridge.cpp. |
|
Function that returns C time with milliseconds appended as a double.
Definition at line 254 of file bridge.cpp. Referenced by SOAPBridge_SOAPCall_i::invokeAction(), and Torture::run(). |
|
Base 64 characters.
Definition at line 125 of file bridge.cpp. |
|
Definition at line 49 of file bridge.cpp. |
|
Definition at line 30 of file bridge.cpp. |
|
Definition at line 31 of file bridge.cpp. |
|
|
|
multithreading if JTC was detected.
Definition at line 51 of file bridge.cpp. |
|
Definition at line 29 of file bridge.cpp. |