RunHttpPost_insertUserFingerprintDat.h 356 B

123456789101112131415
  1. #ifndef RUNHTTPPOST_INSERTUSERFINGERPRINTDAT_H
  2. #define RUNHTTPPOST_INSERTUSERFINGERPRINTDAT_H
  3. #include "RunAbstract.h"
  4. class RunHttpPost_insertUserFingerprintDat : public RunAbstract
  5. {
  6. public:
  7. RunHttpPost_insertUserFingerprintDat(InteractiveTask *task, QMutex *mutex);
  8. protected:
  9. void run();
  10. };
  11. #endif // RUNHTTPPOST_INSERTUSERFINGERPRINTDAT_H