2 #ifndef BLOCKING_SYNC_NONE_H
3 #define BLOCKING_SYNC_NONE_H
4 #include /**/ "ace/pre.h"
8 /// Implement the Test::Blocking_Sync_None interface
9 class Blocking_Sync_None
10 : public virtual POA_Test::Blocking_Sync_None
14 Blocking_Sync_None (CORBA::ORB_ptr orb
);
16 // = The skeleton methods
17 virtual void slow_operation (const Test::Payload
&the_payload
,
18 CORBA::ULong sleep_microseconds
);
20 virtual void shutdown ();
23 /// Use an ORB reference to shutdown the application.
27 #include /**/ "ace/post.h"
28 #endif /* BLOCKING_SYNC_NONE_H */