trunk/branch integration: fix signature

This commit is contained in:
Marian Krivos 2011-08-22 18:32:33 +00:00
parent eaaaa54a40
commit f30a8dfd95

View File

@ -1,7 +1,7 @@
// //
// ActiveMethod.h // ActiveMethod.h
// //
// $Id: //poco/svn/Foundation/include/Poco/ActiveMethod.h#2 $ // $Id: //poco/1.4/Foundation/include/Poco/ActiveMethod.h#1 $
// //
// Library: Foundation // Library: Foundation
// Package: Threading // Package: Threading
@ -106,7 +106,7 @@ public:
poco_check_ptr (pOwner); poco_check_ptr (pOwner);
} }
ActiveResultType operator () (const ArgType& arg = ArgType()) ActiveResultType operator () (const ArgType& arg)
/// Invokes the ActiveMethod. /// Invokes the ActiveMethod.
{ {
ActiveResultType result(new ActiveResultHolder<ResultType>()); ActiveResultType result(new ActiveResultHolder<ResultType>());