2 //=============================================================================
6 * @author Source code used in TAO has been modified and adapted from the codeprovided in the book
7 * @author "Advanced CORBA Programming with C++" by MichiHenning and Steve Vinoski. Copyright 1999. Addison-Wesley
9 * @author MA. Used with permission of Addison-Wesley.Modified for TAO by Mike Moran <mm4@cs.wustl.edu>
11 //=============================================================================
19 class Time_impl
: public virtual POA_Time
22 virtual TimeOfDay
get_gmt ();
25 #endif /* server_HH_ */