2 #include "ace/OS_NS_time.h"
14 // Set the ORB pointer.
16 Time_i::orb (CORBA::ORB_ptr o
)
18 this->orb_
= CORBA::ORB::_duplicate (o
);
21 // Return the current date/time on the server.
23 Time_i::current_time ()
25 return CORBA::Long (ACE_OS::time (0));
33 ACE_TEXT ("Time_i is shutting down\n")));
35 // Instruct the ORB to shutdown.
36 this->orb_
->shutdown ();