summaryrefslogtreecommitdiff
path: root/TAO/tests/Explicit_Event_Loop/server.h
blob: 5bc9682e55fdf1930f3cf93f325ff55efa1b8c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// $Id$

#ifndef server_HH_
#define server_HH_

#include "timeS.h"

class Time_impl : public virtual POA_Time {
public:
    virtual TimeOfDay get_gmt() throw(CORBA::SystemException);
};

#endif