1 #ifndef GENERALEXTRAOPERATION_H
2 #define GENERALEXTRAOPERATION_H
4 #include <QSharedPointer>
5 #include "appcore/chipcard/ECardExtraOperation.h"
10 virtual bool IsExtraOperation( EM::PT::EDataCollection *readDataCollection );
21 QSharedPointer<DataClass> d;
26 #endif // GENERALEXTRAOPERATION_H