mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 01:37:00 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -4,6 +4,8 @@
|
|||
/**
|
||||
* @file Asynch_IO.h
|
||||
*
|
||||
* $Id: Asynch_IO.h 97246 2013-08-07 07:10:20Z johnnyw $
|
||||
*
|
||||
* This works on Win32 (defined (ACE_WIN32) && !defined
|
||||
* (ACE_HAS_WINCE)) platforms and on POSIX4 platforms with {aio_*}
|
||||
* routines (defined (ACE_HAS_AIO_CALLS))
|
||||
|
|
@ -983,13 +985,13 @@ public:
|
|||
ACE_Asynch_Accept_Result_Impl *implementation (void) const;
|
||||
|
||||
protected:
|
||||
/// Constructor. Implementation will not be deleted.
|
||||
/// Contructor. Implementation will not be deleted.
|
||||
Result (ACE_Asynch_Accept_Result_Impl *implementation);
|
||||
|
||||
/// Destructor.
|
||||
virtual ~Result (void);
|
||||
|
||||
/// Implementation class.
|
||||
/// Impelmentation class.
|
||||
ACE_Asynch_Accept_Result_Impl *implementation_;
|
||||
};
|
||||
private:
|
||||
|
|
@ -1080,13 +1082,13 @@ public:
|
|||
ACE_Asynch_Connect_Result_Impl *implementation (void) const;
|
||||
|
||||
protected:
|
||||
/// Constructor. Implementation will not be deleted.
|
||||
/// Contructor. Implementation will not be deleted.
|
||||
Result (ACE_Asynch_Connect_Result_Impl *implementation);
|
||||
|
||||
/// Destructor.
|
||||
virtual ~Result (void);
|
||||
|
||||
/// Implementation class.
|
||||
/// Impelmentation class.
|
||||
ACE_Asynch_Connect_Result_Impl *implementation_;
|
||||
};
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue