summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Changed SRC to PSRC. Use ace_components instead of the currentlevine1999-03-211-8/+7
| | | | ACE_COMPONENTS setting to determine what should be built.
* changed LSRC to PSRClevine1999-03-201-18/+15
|
* ChangeLogTag:Fri Mar 19 18:56:26 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-03-2041-592/+1322
|
* .schmidt1999-03-161-6/+6
|
* (main): replaced NOTREACHED comment with ACE_NOTREACHED macrolevine1999-03-131-7/+7
|
* (handle_events): replaced NOTREACHED comment with ACE_NOTREACHED macrolevine1999-03-131-2/+1
|
* suppress build if ACE_COMPONENTS is defined and doesn't contain Otherlevine1999-03-101-22/+24
|
* *** empty log message ***alex1999-02-261-1/+2
|
* *** empty log message ***alex1999-02-261-0/+1
|
* Fixed to used the new Proactor interface.alex1999-02-261-1/+4
|
* *** empty log message ***irfan1999-02-263-42/+108
|
* *** empty log message ***irfan1999-02-261-1/+1
|
* *** empty log message ***irfan1999-02-2614-14/+14
|
* Changed the return values of the <ACE_Proactor::handle_events> API toalex1999-02-251-4/+4
| | | | | | | | | | | | | | | return -1 on error, 0 on timeout, 1 on success. This has been done so that it looks like the <ACE_Reactor::handle_events>. Previously <ACE_Proactor::handle_events> was returning -1 on error, 0 on success and 0 on timeout also. Fixed the <ACE_POSIX_AIOCB_Proactor::handle_events> and <ACE_POSIX_SIG_Proactor::handle_events> to do indefinite blocking when ACE_INFINITE is passed. <sigwaitinfo> is used instead of <sigtimedwait>. Renamed the <ACE_AIO_Accept_Handler> class to more appropriate <ACE_Notify_Pipe_Manager>.
* *** empty log message ***kirthika1999-02-231-83/+0
|
* *** empty log message ***kirthika1999-02-233-19/+27
|
* *** empty log message ***kirthika1999-02-231-1/+4
|
* New option, -i without a value. New README file.Steve Huston1999-02-232-9/+66
|
* Wipe the tempinc directory on AIX between program compiles.Steve Huston1999-02-171-0/+7
|
* Moved Connection_Handler class def to new file to build ok on AIX xlC.Steve Huston1999-02-172-33/+47
|
* Moved class defs needed for auto template instantiate to new file, test_upipe.hSteve Huston1999-02-162-61/+76
|
* Moved Event_Transceiver class to transceiver.h (new file) to build ok onSteve Huston1999-02-162-52/+71
| | | | | | AIX (P15). Unregister handler in ctor if anything fails to avoid crashing due to late unregistration at shutdown.
* *** empty log message ***alex1999-02-161-1/+1
|
* *** empty log message ***alex1999-02-161-1/+1
|
* *** empty log message ***alex1999-02-163-0/+713
|
* This is for testing the AIOCB (AIO Control Blocks) basedalex1999-02-161-0/+237
| | | | | completion approach which uses <aio_suspend> for completion querying.
* Applied Bridge pattern to the POSIX implementation of the Proactoralex1999-02-161-10/+15
| | | | | | code. ACE_POSIX_AIOCB_Proactor works fine on Solaris 2.6. ACE_POSIX_SIG_Proactor works on LynxOS. Take a look at the tests at the $(ACE_ROOT)/examples/Reactor/Proactor/ and the README.
* ChangeLogTag:Wed Feb 10 10:53:59 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-02-101-3/+3
|
* .schmidt1999-02-097-125/+121
|
* Made sure the program knows if Winsock2 is not installed on non-NT win32 ↵nanbor1999-01-301-0/+7
| | | | platforms.
* *** empty log message ***irfan1999-01-301-6/+5
|
* ChangeLogTag:Fri Jan 29 14:49:37 1999 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1999-01-293-7/+18
|
* Explicitly allow using static services with Service_Config.nanbor1999-01-271-1/+1
|
* replace () around #pragma implementation argumentlevine1999-01-202-2/+2
|
* *** empty log message ***irfan1999-01-191-4/+5
|
* don't try to create the ofstream if ACE_LACKS_IOSTREAM_TOTALLY. Also,levine1999-01-181-7/+11
| | | | | removed declarations of unused argc/argv arguments because some g++ versions complain about them.
* *** empty log message ***irfan1999-01-166-3/+180
|
* .schmidt1999-01-152-21/+28
|
* *** empty log message ***irfan1999-01-154-13/+131
|
* .schmidt1999-01-141-3/+28
|
* .schmidt1999-01-114-137/+141
|
* removed "volatile" qualifier from declaration of shared_thr_id, so that the ↵levine1999-01-091-10/+9
| | | | file will compile on DU 4.0 with DCE threads
* .schmidt1999-01-031-15/+38
|
* (main): added ACE_UNUSED_ARG (result) to avoid compile warning with ACE_NDEBUGlevine1999-01-021-0/+1
|
* (handle_input): added ACE_UNUSED_ARG (n), to avoid compile warning with ↵levine1999-01-021-19/+20
| | | | ACE_NDEBUG
* ChangeLogTag:Mon Dec 28 10:52:20 1998 Carlos O'Ryan <coryan@cs.wustl.edu>coryan1998-12-2837-337/+685
|
* Enable loading static services by default.nanbor1998-12-281-1/+1
|
* *** empty log message ***irfan1998-12-251-2/+12
|
* (handle_signal): added ACE_UNUSED_ARG (signum).levine1998-12-191-25/+27
|
* *** empty log message ***irfan1998-12-184-0/+376
|