Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Explicit_Event_Loop / server.h
blobafeefeb30c9d5c2b66d80a81d072bfda6a226efb
2 //=============================================================================
3 /**
4 * @file server.h
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
8 * @author Reading
9 * @author MA. Used with permission of Addison-Wesley.Modified for TAO by Mike Moran <mm4@cs.wustl.edu>
11 //=============================================================================
14 #ifndef server_HH_
15 #define server_HH_
17 #include "timeS.h"
19 class Time_impl : public virtual POA_Time
21 public:
22 virtual TimeOfDay get_gmt ();
25 #endif /* server_HH_ */