Bug 847 - absolute_time() in the TAO's version of OMG's Time Service is unimplemented
Summary: absolute_time() in the TAO's version of OMG's Time Service is unimplemented
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: Time Service (show other bugs)
Version: 1.1.9
Hardware: All All
: P3 enhancement
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2001-04-03 13:51 CDT by Dave Zumbro
Modified: 2008-03-31 04:19 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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