diff options
author | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-30 19:31:23 +0000 |
---|---|---|
committer | cdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-30 19:31:23 +0000 |
commit | 787f8122255799dec288f230e9590e36f603298a (patch) | |
tree | 27e685bf77df1116adeba51ebdd3c3c2cbbe6a8f /ace/Functor.cpp | |
parent | 05ed3507e1b04a46534ed03c6c51aec23fe31450 (diff) | |
download | ATCD-787f8122255799dec288f230e9590e36f603298a.tar.gz |
Functor, RB_Tree, and pSOS fixes
Diffstat (limited to 'ace/Functor.cpp')
-rw-r--r-- | ace/Functor.cpp | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/ace/Functor.cpp b/ace/Functor.cpp index 625a8ff578f..9cab490320f 100644 --- a/ace/Functor.cpp +++ b/ace/Functor.cpp @@ -11,8 +11,8 @@ // // = DESCRIPTION // Non-inlinable method definitions for non-templatized classes -// implementing the GOF Command Pattern, also known as functors -// or function objects. +// and template specializations implementing the GOF Command Pattern, +// and STL-style functors. // // = AUTHOR // Chris Gill <cdgill@cs.wustl.edu> @@ -23,6 +23,10 @@ // Douglas C. Schmidt <schmidt@cs.wustl.edu> and // Sergio Flores-Gaitan <sergio@cs.wustl.edu> // +// and on STL-style functor implementations originally done by +// +// Irfan Pyarali <irfan@cs.wustl.edu> +// // ============================================================================ #if !defined (ACE_FUNCTOR_C) |