summaryrefslogtreecommitdiff
path: root/ace/Message_Queue_T.cpp
Commit message (Expand)AuthorAgeFilesLines
* Pure unicode fixes.nanbor1999-07-051-5/+5
* .schmidt1999-06-091-4/+5
* * ace/Message_Queue_T.cpp (close):Ossama Othman1999-05-151-2/+2
* .schmidt1999-05-141-324/+247
* replaced raw ACE_Read_Guards with ACE_READ_GUARD_RETURN macros. Thatlevine1999-05-141-6/+6
* .schmidt1999-02-161-82/+67
* ACE_Message_Queue_NT changes.nanbor1998-12-111-0/+15
* changed include protection from #if !defined to ifndef, and added #pragma onc...levine1998-11-181-6/+10
* *** empty log message ***schmidt1998-09-211-3/+1
* Adjusted indentation.nanbor1998-08-111-1/+1
* *** empty log message ***nanbor1998-08-061-221/+216
* fixed enqueue_tail bug in dynamic message queuecdgill1998-07-241-6/+12
* fixed message and byte counting bugscdgill1998-07-151-7/+55
* (refresh_{late,pending}_queue): removed some breaks followinglevine1998-07-141-6/+0
* (create_Vx_message_queue): added template <ACE_SYNCH_DECL>.levine1998-07-141-69/+70
* refined dynamic queues based on performance test resultscdgill1998-07-131-296/+737
* Added RCS Id strings to cpp files via a macro that can be turned offgonzo1998-07-111-0/+2
* Support for Borland C++ 5.x as DLLgonzo1998-07-101-4/+4
* added cleanup strategy factory methodscdgill1998-06-301-0/+53
* Dynamic Priority Queue testcdgill1998-06-301-56/+250
* Fixed priority_eval_func_ptr references.... well, they compile. I don't know ifSteve Huston1998-06-301-2/+2
* Added explicit class names for members of parent template classes. RequiredSteve Huston1998-06-301-26/+18
* On VxWorks, added ACE_Message_Queue_Vx to wrap native VxWorks message queueslevine1998-06-261-0/+984