|
|
|
|
|
|
|
|
#include <fstream> |
|
|
#include <fstream> |
|
|
#include <iostream> |
|
|
#include <iostream> |
|
|
#include <string> |
|
|
#include <string> |
|
|
#include "snf_engine.hpp" |
|
|
|
|
|
|
|
|
#include "SNFMulti/snf_engine.hpp" |
|
|
|
|
|
|
|
|
using namespace std; //introduces namespace std |
|
|
using namespace std; //introduces namespace std |
|
|
|
|
|
using namespace SNFMulti; |
|
|
|
|
|
|
|
|
const int RULEFILE_PARM = 1; // Rule Base File Parameter. |
|
|
const int RULEFILE_PARM = 1; // Rule Base File Parameter. |
|
|
const int AUTHENTICATION_PARM = 2; // Parm position of authentication. |
|
|
const int AUTHENTICATION_PARM = 2; // Parm position of authentication. |