summaryrefslogtreecommitdiff
path: root/ACE/ace/Condition_Attributes.h
Commit message (Collapse)AuthorAgeFilesLines
* Various cleanup and use of C++11 featuresJohnny Willemsen2021-03-091-12/+7
|
* Removed redundant voidJohnny Willemsen2020-12-091-4/+4
|
* Fixed broken links and updated email address D. Schmidt to the correct oneJohnny Willemsen2019-01-241-1/+1
|
* Remove doxygen style Id tag with two space before $Id#Johnny Willemsen2015-01-071-2/+0
|
* Tue Nov 13 13:29:28 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-11-131-6/+0
| | | | | | | | * ace/Condition_Attributes.h: * ace/Condition_Attributes.inl: * ace/Condition_Attributes.cpp: Now also needed in single threaded builds
* Mon Aug 20 07:57:53 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-201-4/+3
| | | | | | | | | | | | | * ace/Condition_Attributes.h: * ace/Condition_Attributes.inl: Added accessor for attributes and removed friend declaration, that hopefully fixes the Sun Studio 11 problems * ace/Condition_Recursive_Thread_Mutex.cpp: * ace/Condition_T.cpp: * ace/Condition_Thread_Mutex.cpp: Use accessor of the attributes.
* Sat Aug 18 19:23:21 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-08-181-0/+2
| | | | | | * ace/Condition_Attributes.h: Added forward declaration, maybe this fixes solaris 9
* ChangeLogTag: Thu Aug 16 09:22:31 UTC 2012 Martin Corino <mcorino@remedy.nl>mcorino2012-08-161-2/+39
|
* Mon Jun 25 09:31:34 UTC 2012 Johnny Willemsen <jwillemsen@remedy.nl>Johnny Willemsen2012-06-251-0/+63
* ace/Condition_Attributes.h: * ace/Condition_Attributes.inl: * ace/Condition_Attributes.cpp: * ace/Condition_Recursive_Thread_Mutex.h: * ace/Condition_Thread_Mutex.h: * ace/Condition_Thread_Mutex.inl: * ace/ace.mpc: * ace/ace_for_tao.mpc: Moved condition attributes to its own file