summaryrefslogtreecommitdiffstats
path: root/tests/nfcsymbianbackend/common/qnfctagtestcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nfcsymbianbackend/common/qnfctagtestcommon.h')
-rw-r--r--tests/nfcsymbianbackend/common/qnfctagtestcommon.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/nfcsymbianbackend/common/qnfctagtestcommon.h b/tests/nfcsymbianbackend/common/qnfctagtestcommon.h
index 5389c9df90..73ce368e4b 100644
--- a/tests/nfcsymbianbackend/common/qnfctagtestcommon.h
+++ b/tests/nfcsymbianbackend/common/qnfctagtestcommon.h
@@ -1,6 +1,6 @@
/****************************************************************************
**
-** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
+** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
** All rights reserved.
** Contact: Nokia Corporation (qt-info@nokia.com)
**
@@ -38,6 +38,7 @@
** $QT_END_LICENSE$
**
****************************************************************************/
+
#ifndef QNFCTAGTESTCOMMON_H
#define QNFCTAGTESTCOMMON_H
@@ -367,8 +368,8 @@ protected:
QList<QNdefMessage> mInputMessages;
QList<QNdefMessage> mExpectedMessages;
QList<QNdefMessage> mReceivedMessages;
- void (QNearFieldTarget::*readNdefMessages)();
- void (QNearFieldTarget::*writeNdefMessages)(const QList<QNdefMessage> &messages);
+ QNearFieldTarget::RequestId (QNearFieldTarget::*readNdefMessages)();
+ QNearFieldTarget::RequestId (QNearFieldTarget::*writeNdefMessages)(const QList<QNdefMessage> &messages);
};
NfcTagNdefOperationCommon::NfcTagNdefOperationCommon(QNearFieldTarget * tag) : MNfcTagOperation(tag)