summaryrefslogtreecommitdiff
path: root/ace/Message_Queue_T.cpp
Commit message (Collapse)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
| | | | | | | | Temporary variable wasn't declared. * ace/Message_Queue_T.cpp (remove_messages): Removed unused variable.
* .schmidt1999-05-141-324/+247
|
* replaced raw ACE_Read_Guards with ACE_READ_GUARD_RETURN macros. Thatlevine1999-05-141-6/+6
| | | | | | avoids a compiler warning (egcs 1.1.1/SunOS 5.7) now that the ACE_Guard<Null_Mutex> destructor has been removed. Thanks to Irfan and Carlos for suggesting this fix.
* .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 ↵levine1998-11-181-6/+10
| | | | once, if possible
* *** 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
| | | | | ACE_ERROR_RETURNs, to avoid compiler warnings about unreachable statements.
* (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
| | | | they work right or not.
* Added explicit class names for members of parent template classes. RequiredSteve Huston1998-06-301-26/+18
| | | | for ANSI C++ (HP-UX aCC). Fixed some other compiler errors.
* On VxWorks, added ACE_Message_Queue_Vx to wrap native VxWorks message queueslevine1998-06-261-0/+984