summaryrefslogtreecommitdiff
path: root/TAO/tao/Wait_On_LF_No_Upcall.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Wait_On_LF_No_Upcall.h')
-rw-r--r--TAO/tao/Wait_On_LF_No_Upcall.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Wait_On_LF_No_Upcall.h b/TAO/tao/Wait_On_LF_No_Upcall.h
index b058132529d..7bba7139470 100644
--- a/TAO/tao/Wait_On_LF_No_Upcall.h
+++ b/TAO/tao/Wait_On_LF_No_Upcall.h
@@ -54,6 +54,10 @@ namespace TAO
/*! @copydoc TAO_Wait_Strategy::can_process_upcalls() */
virtual bool can_process_upcalls (void) const;
+
+ /*! @copydoc TAO_Wait_Strategy::defer_upcall() */
+ virtual int defer_upcall (ACE_Event_Handler*);
+
};
}