2 #ifndef SLEEP_SERVICE_H
3 #define SLEEP_SERVICE_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Sleep_Service interface
10 : public virtual POA_Test::Sleep_Service
14 Sleep_Service (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual void go_to_sleep (CORBA::ULong microseconds
);
19 virtual void shutdown (void);
22 /// Use an ORB reference to convert strings to objects and shutdown
27 #include /**/ "ace/post.h"
28 #endif /* SLEEP_SERVICE_H */