Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

SoapCall.cpp File Reference

More...

#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


Detailed Description

Definition in file SoapCall.cpp.


Function Documentation

struct tm * ParseTimeString ( CString & cs ) [static]
 

Parse a string containing a date and time specification.

Parameters:
cs   A string like yyyy-mm-dd hh:mm:ss
Returns:
A filled-in tm structure pointer or NULL.

Definition at line 268 of file SoapCall.cpp.

void calc_gmt_offset ( time_t now ) [static]
 

Definition at line 39 of file SoapCall.cpp.

Referenced by ParseTimeString().


Variable Documentation

time_t gmt_checked = 0 [static]
 

Definition at line 37 of file SoapCall.cpp.

time_t gmt_offset [static]
 

Definition at line 36 of file SoapCall.cpp.


This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.