summaryrefslogtreecommitdiff
path: root/ace/Message_Block.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * ace/Message_Block.cpp: Changed how continuations are released injxh1997-10-171-1/+13
| | | | | | | | | | | | the Message_Block::release_i() method to use an iteration rather than recursion. This is to avoid a stack overflow problem encountered by Janusz Stopa. * ace/OS.cpp: Added ACE_Export to the declarations of ::writev and ::readv. These are emulation implementations for systems that don't support them natively. Was not being resolved correctly on NT. Hopefully this will fix it. Fix suggested by Rob Head (rhead@virtc.com).
* (clone): check this block's cont () instead of the new block's cont_levine1997-09-221-2/+2
| | | | when cloning the continuation messages.
* added ACE_HAS_INSTANTIATION_PRAGMA supportlevine1997-07-311-68/+76
|
* *** empty log message ***irfan1997-07-261-3/+3
|
* *** empty log message ***irfan1997-07-241-1/+1
|
* Fixed typos.nw11997-07-211-2/+2
|
* *** empty log message ***schmidt1997-05-211-1/+1
|
* *** empty log message ***schmidt1997-05-151-2/+2
|
* *** empty log message ***irfan1997-05-081-23/+89
|
* *** empty log message ***irfan1997-05-081-69/+59
|
* * ace/Message_Block.cpp: Added template specialization forChris Cleeland1997-05-061-0/+1
| | | | ACE_Guard<> that prevented ACE from compiling under Linux.
* *** empty log message ***schmidt1997-05-061-8/+12
|
* *** empty log message ***schmidt1997-05-061-44/+40
|
* *** empty log message ***irfan1997-03-131-1/+1
|
* fooschmidt1997-02-051-0/+1
|
* fooschmidt1997-02-051-20/+4
|
* commented out template specializations becaUSE Service_Record.cpp already ↵levine1997-01-081-2/+5
| | | | has them
* fixed template specializations (gor g++), and assigned 0 to ↵levine1997-01-081-3/+3
| | | | allocator_strategry_ after deleting it
* fooschmidt1997-01-081-62/+100
|
* fooschmidt1997-01-081-1/+1
|
* fooschmidt1997-01-081-24/+51
|
* fooschmidt1997-01-081-3/+20
|
* My Dogschmidt1997-01-061-173/+327
|
* fooschmidt1997-01-041-158/+243
|
* fooschmidt1997-01-021-2/+11
|
* fooschmidt1997-01-011-16/+86
|
* Eonschmidt1996-11-301-1/+0
|
* Doneschmidt1996-11-241-0/+18
|
* Check the ChangeLog for details.harrison1996-11-131-4/+4
|
* Initial revisionlevine1996-10-211-0/+249