mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-16 00:36:07 +00:00
chore(Deps/Acelite): Update to 6.5.10 (#3450)
This commit is contained in:
13
deps/acelite/ace/Event_Handler.cpp
vendored
13
deps/acelite/ace/Event_Handler.cpp
vendored
@@ -16,7 +16,6 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
// Implement conceptually abstract virtual functions in the base class
|
||||
// so derived classes don't have to implement unused ones.
|
||||
|
||||
ACE_Event_Handler::ACE_Event_Handler (ACE_Reactor *r,
|
||||
int p)
|
||||
: reference_count_ (1),
|
||||
@@ -33,7 +32,6 @@ ACE_Event_Handler::~ACE_Event_Handler (void)
|
||||
}
|
||||
|
||||
// Gets the file descriptor associated with this I/O device.
|
||||
|
||||
ACE_HANDLE
|
||||
ACE_Event_Handler::get_handle (void) const
|
||||
{
|
||||
@@ -42,7 +40,6 @@ ACE_Event_Handler::get_handle (void) const
|
||||
}
|
||||
|
||||
// Sets the file descriptor associated with this I/O device.
|
||||
|
||||
void
|
||||
ACE_Event_Handler::set_handle (ACE_HANDLE)
|
||||
{
|
||||
@@ -50,7 +47,6 @@ ACE_Event_Handler::set_handle (ACE_HANDLE)
|
||||
}
|
||||
|
||||
// Gets the priority of this handler.
|
||||
|
||||
int
|
||||
ACE_Event_Handler::priority (void) const
|
||||
{
|
||||
@@ -59,7 +55,6 @@ ACE_Event_Handler::priority (void) const
|
||||
}
|
||||
|
||||
// Sets the priority
|
||||
|
||||
void
|
||||
ACE_Event_Handler::priority (int priority)
|
||||
{
|
||||
@@ -69,7 +64,6 @@ ACE_Event_Handler::priority (int priority)
|
||||
|
||||
// Called when the object is about to be removed from the Dispatcher
|
||||
// tables.
|
||||
|
||||
int
|
||||
ACE_Event_Handler::handle_close (ACE_HANDLE, ACE_Reactor_Mask)
|
||||
{
|
||||
@@ -78,7 +72,6 @@ ACE_Event_Handler::handle_close (ACE_HANDLE, ACE_Reactor_Mask)
|
||||
}
|
||||
|
||||
// Called when input becomes available on fd.
|
||||
|
||||
int
|
||||
ACE_Event_Handler::handle_input (ACE_HANDLE)
|
||||
{
|
||||
@@ -87,7 +80,6 @@ ACE_Event_Handler::handle_input (ACE_HANDLE)
|
||||
}
|
||||
|
||||
// Called when output is possible on fd.
|
||||
|
||||
int
|
||||
ACE_Event_Handler::handle_output (ACE_HANDLE)
|
||||
{
|
||||
@@ -96,7 +88,6 @@ ACE_Event_Handler::handle_output (ACE_HANDLE)
|
||||
}
|
||||
|
||||
// Called when urgent data is available on fd.
|
||||
|
||||
int
|
||||
ACE_Event_Handler::handle_exception (ACE_HANDLE)
|
||||
{
|
||||
@@ -105,7 +96,6 @@ ACE_Event_Handler::handle_exception (ACE_HANDLE)
|
||||
}
|
||||
|
||||
// Called when timer expires, TV stores the current time.
|
||||
|
||||
int
|
||||
ACE_Event_Handler::handle_timeout (const ACE_Time_Value &, const void *)
|
||||
{
|
||||
@@ -114,7 +104,6 @@ ACE_Event_Handler::handle_timeout (const ACE_Time_Value &, const void *)
|
||||
}
|
||||
|
||||
// Called when a monitored Process exits
|
||||
|
||||
int
|
||||
ACE_Event_Handler::handle_exit (ACE_Process *)
|
||||
{
|
||||
@@ -123,7 +112,6 @@ ACE_Event_Handler::handle_exit (ACE_Process *)
|
||||
}
|
||||
|
||||
// Called when a registered signal occurs.
|
||||
|
||||
int
|
||||
ACE_Event_Handler::handle_signal (int, siginfo_t *, ucontext_t *)
|
||||
{
|
||||
@@ -141,7 +129,6 @@ ACE_Event_Handler::resume_handler (void)
|
||||
return ACE_Event_Handler::ACE_REACTOR_RESUMES_HANDLER;
|
||||
}
|
||||
|
||||
|
||||
int
|
||||
ACE_Event_Handler::handle_qos (ACE_HANDLE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user