Some missing from merge.

Signed-off-by: Salja <salja2012@hotmail.de>
This commit is contained in:
Salja 2012-08-05 14:54:07 +02:00 committed by Antz
parent ec939a5bce
commit f4be15a7af
1895 changed files with 160408 additions and 53601 deletions

View file

@ -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