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

ServerTime::Time_impl Class Reference

#include <ServerTime_impl.h>

Inheritance diagram for ServerTime::Time_impl:

POA_ServerTime::Time PortableServer::ServantLocator List of all members.

Public Methods

 Time_impl ()
 ~Time_impl ()
virtual CORBA::Long Now () throw (CORBA::SystemException)
virtual CORBA::Long Drift () throw (CORBA::SystemException)
virtual void Drift (CORBA::Long) throw (CORBA::SystemException)
virtual void WaitThisLong (CORBA::Long seconds) throw (CORBA::SystemException)

Private Methods

 Time_impl (const Time_impl &)
void operator= (const Time_impl &)

Private Attributes

time_t m_drift

Constructor & Destructor Documentation

ServerTime::Time_impl::Time_impl ( const Time_impl & ) [private]
 

ServerTime::Time_impl::Time_impl ( )
 

Definition at line 36 of file ServerTime_impl.cpp.

ServerTime::Time_impl::~Time_impl ( )
 

Definition at line 41 of file ServerTime_impl.cpp.


Member Function Documentation

void ServerTime::Time_impl::Drift ( CORBA::Long a ) throw (CORBA::SystemException) [virtual]
 

Definition at line 68 of file ServerTime_impl.cpp.

CORBA::Long ServerTime::Time_impl::Drift ( ) throw (CORBA::SystemException) [virtual]
 

Definition at line 60 of file ServerTime_impl.cpp.

CORBA::Long ServerTime::Time_impl::Now ( ) throw (CORBA::SystemException) [virtual]
 

Definition at line 49 of file ServerTime_impl.cpp.

void ServerTime::Time_impl::WaitThisLong ( CORBA::Long seconds ) throw (CORBA::SystemException) [virtual]
 

Definition at line 78 of file ServerTime_impl.cpp.

void ServerTime::Time_impl::operator= ( const Time_impl & ) [private]
 


Member Data Documentation

time_t ServerTime::Time_impl::m_drift [private]
 

Definition at line 42 of file ServerTime_impl.h.


The documentation for this class was generated from the following files:
This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.