#include "FPrintAgent.h"
#include <Y2.h>
#include <scr/SCRAgent.h>
#include <libfprint/fprint.h>
#include <fcntl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <string>
Defines | |
#define | PC(n) (path->component_str(n)) |
#define | INIT_FAILED 200 |
#define | NO_DEVICES 201 |
#define | DEVICE_OPEN_FAILED 202 |
#define | ENROLL_FAILURE 255 |
#define DEVICE_OPEN_FAILED 202 |
Referenced by FPrintAgent::Read().
#define ENROLL_FAILURE 255 |
#define INIT_FAILED 200 |
Referenced by FPrintAgent::Read().
#define NO_DEVICES 201 |
Referenced by FPrintAgent::Read().
#define PC | ( | n | ) | (path->component_str(n)) |
Referenced by FPrintAgent::Execute(), and FPrintAgent::Read().