mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-01 01:16:55 +02:00
trunk/branch integration: fix signature
This commit is contained in:
parent
eaaaa54a40
commit
f30a8dfd95
@ -1,7 +1,7 @@
|
||||
//
|
||||
// ActiveMethod.h
|
||||
//
|
||||
// $Id: //poco/svn/Foundation/include/Poco/ActiveMethod.h#2 $
|
||||
// $Id: //poco/1.4/Foundation/include/Poco/ActiveMethod.h#1 $
|
||||
//
|
||||
// Library: Foundation
|
||||
// Package: Threading
|
||||
@ -106,7 +106,7 @@ public:
|
||||
poco_check_ptr (pOwner);
|
||||
}
|
||||
|
||||
ActiveResultType operator () (const ArgType& arg = ArgType())
|
||||
ActiveResultType operator () (const ArgType& arg)
|
||||
/// Invokes the ActiveMethod.
|
||||
{
|
||||
ActiveResultType result(new ActiveResultHolder<ResultType>());
|
||||
|
Loading…
x
Reference in New Issue
Block a user