Bug 847

Summary: absolute_time() in the TAO's version of OMG's Time Service is unimplemented
Product: TAO Reporter: Dave Zumbro <zumbro_d>
Component: Time ServiceAssignee: DOC Center Support List (internal) <tao-support>
Status: ASSIGNED ---    
Severity: enhancement    
Priority: P3    
Version: 1.1.9   
Hardware: All   
OS: All   

Description Dave Zumbro 2001-04-03 13:51:33 CDT
absolute_time() in the TAO's version of OMG's Time Service is unimplemented

The following lines are from ACE_wrappers/TAO/orbsvcs/orbsvcs/Time/TAO_UTO.cpp

// Absolute time = Relative time + Base time.  ?? Find out more about
// the Base Time, UTC and Distributed Time Sync. Algos. [3].

CosTime::UTO_ptr
TAO_UTO::absolute_time (CORBA::Environment &)
    ACE_THROW_SPEC ((CORBA::SystemException))
{
  return 0;
}
Comment 1 Ossama Othman 2001-04-10 19:15:50 CDT
Reassigned bug to tao-support placeholder.
Comment 2 Irfan Pyarali 2001-04-26 12:12:13 CDT
Accepted on behalf of tao-support.
Comment 3 Johnny Willemsen 2008-03-31 04:19:30 CDT
enhancement