|
|
|
|
|
|
|
|
case Caution: { TestResult = CautionAction; break; } // in our configuration then we will
|
|
|
case Caution: { TestResult = CautionAction; break; } // in our configuration then we will
|
|
|
case Black: { TestResult = BlackAction; break; } // return the action code that is
|
|
|
case Black: { TestResult = BlackAction; break; } // return the action code that is
|
|
|
case Truncate: { TestResult = TruncateAction; break; } // configured. Otherwise we will return
|
|
|
case Truncate: { TestResult = TruncateAction; break; } // configured. Otherwise we will return
|
|
|
|
|
|
default: break;
|
|
|
} // the default "Allow" action.
|
|
|
} // the default "Allow" action.
|
|
|
return TestResult; // Tell them what we've got.
|
|
|
return TestResult; // Tell them what we've got.
|
|
|
}
|
|
|
}
|