mirror of
https://github.com/pocoproject/poco.git
synced 2025-04-02 09:49:48 +02:00
trunk/branch integration: fix signature
This commit is contained in:
parent
eaaaa54a40
commit
f30a8dfd95
@ -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>());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user