Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / ACE / apps / JAWS3 / small / SS_State_DONE.cpp
blobf90910b28b49978c6299e002c998353ea11a3f1d
1 #include "SS_State_DONE.h"
2 #include "SS_Data.h"
4 int
5 TeraSS_State_DONE::service (JAWS_Event_Completer *, void *)
7 // Returning -1 means it is time for the protocol handler to shut
8 // itself down.
10 return -1;
13 JAWS_Protocol_State *
14 TeraSS_State_DONE::transition (const JAWS_Event_Result &, void *, void *)
16 // In the DONE state, this won't get called.
18 ACE_ASSERT (0);
19 return 0;