summaryrefslogtreecommitdiff
path: root/include/dbaccess/AsynchronousLink.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/dbaccess/AsynchronousLink.hxx')
-rw-r--r--include/dbaccess/AsynchronousLink.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dbaccess/AsynchronousLink.hxx b/include/dbaccess/AsynchronousLink.hxx
index 155630db7e06..789a3fed0d52 100644
--- a/include/dbaccess/AsynchronousLink.hxx
+++ b/include/dbaccess/AsynchronousLink.hxx
@@ -38,7 +38,7 @@ namespace dbaui
*/
class OAsynchronousLink
{
- Link m_aHandler;
+ Link<> m_aHandler;
protected:
::osl::Mutex m_aEventSafety;
@@ -49,7 +49,7 @@ namespace dbaui
/** constructs the object
@param _rHandler The link to be called asynchronously
*/
- OAsynchronousLink( const Link& _rHandler );
+ OAsynchronousLink( const Link<>& _rHandler );
virtual ~OAsynchronousLink();
bool IsRunning() const { return m_nEventId != 0; }