3 //=============================================================================
7 * This class implements the Time_Date IDL interface.
9 * @author Douglas C. Schmidt <d.schmidt@vanderbilt.edu> and Michael Kircher.
11 //=============================================================================
17 #include "Time_DateS.h"
20 : public POA_Time_Date
23 // Time_Date object implementation.
26 // Time_Date object implementation
28 /// Obtain the time and date in binary format.
29 virtual void bin_date (CORBA::Long_out time_date
);
31 /// Obtain the time and date in string format.
32 virtual void str_date (CORBA::String_out time_date
);
34 /// Shutdown the server.
35 virtual void shutdown ();
38 void orb (CORBA::ORB_ptr orb_ptr
);
42 CORBA::ORB_var orb_var_
;
45 #endif /* TIME_DATE_I_H */