git-svn-id: https://svn.microneil.com/svn/SNF2Check/branches/adeniz_1@9 03c7648f-d85f-4116-bd46-33641c4b74a5adeniz_1
@@ -24,9 +24,10 @@ | |||
#include <fstream> | |||
#include <iostream> | |||
#include <string> | |||
#include "snf_engine.hpp" | |||
#include "SNFMulti/snf_engine.hpp" | |||
using namespace std; //introduces namespace std | |||
using namespace SNFMulti; | |||
const int RULEFILE_PARM = 1; // Rule Base File Parameter. | |||
const int AUTHENTICATION_PARM = 2; // Parm position of authentication. |