mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 04:37:00 +00:00
Some missing from merge.
Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
parent
ec939a5bce
commit
f4be15a7af
1895 changed files with 160408 additions and 53601 deletions
|
|
@ -3,16 +3,19 @@
|
|||
/**
|
||||
* @file Functor.cpp
|
||||
*
|
||||
* $Id: Functor.cpp 95332 2011-12-15 11:09:41Z mcorino $
|
||||
*
|
||||
* Non-inlinable method definitions for non-templatized classes
|
||||
* and template specializations implementing the GOF Command Pattern,
|
||||
* and STL-style functors.
|
||||
*
|
||||
*
|
||||
* @author Chris Gill <cdgill@cs.wustl.edu>
|
||||
*
|
||||
* Based on Command Pattern implementations originally done by
|
||||
*
|
||||
* Carlos O'Ryan <coryan@cs.wustl.edu>
|
||||
* Douglas C. Schmidt <d.schmidt@vanderbilt.edu>
|
||||
* Douglas C. Schmidt <schmidt@cs.wustl.edu>
|
||||
* Sergio Flores-Gaitan <sergio@cs.wustl.edu>
|
||||
*
|
||||
* and on STL-style functor implementations originally done by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue