#include <iostream.h>
#include <OB/CORBA.h>
#include <OB/CosNaming.h>
#include "BridgeStub.h"
#include "Parser.h"
#include "StdAfx.h"
#include "SoapCorba.h"
#include "DbObjects.h"
#include "ReadIR.h"
#include "SoapBridge.h"
#include "SoapBridge_skel.h"
#include "sbimpl.h"
Go to the source code of this file.
Functions | |
void | calc_gmt_offset (time_t now) |
struct tm* | ParseTimeString (CString &cs) |
Parse a string containing a date and time specification. More... | |
Variables | |
time_t | gmt_offset |
time_t | gmt_checked = 0 |
Definition in file SoapCall.cpp.
|
Parse a string containing a date and time specification.
Definition at line 268 of file SoapCall.cpp. |
|
Definition at line 39 of file SoapCall.cpp. Referenced by ParseTimeString(). |
|
Definition at line 37 of file SoapCall.cpp. |
|
Definition at line 36 of file SoapCall.cpp. |