- Made some small, but very important, comments.

This commit is contained in:
ccremers 2004-07-14 13:18:08 +00:00
parent 27d3bb4061
commit 982b5e7ffd

View File

@ -191,7 +191,9 @@ executeStep (const System sys, const int run)
} }
/** /**
* remove from a roledef that is instantiated, the uninteresting ends bits * Determine for a roledef that is instantiated, the uninteresting ends bits.
*
*@todo "What is interesting" relies on the fact that there are only secrecy, sychnr and agreement properties.
*/ */
Roledef removeIrrelevant (const System sys, const int run, Roledef rd) Roledef removeIrrelevant (const System sys, const int run, Roledef rd)
{ {
@ -273,6 +275,7 @@ explorify (const System sys, const int run)
* need to be evaluated, then we can skip * need to be evaluated, then we can skip
* further traversal. * further traversal.
*/ */
//!@todo This implementation relies on the fact that there are only secrecy, sychnr and agreement properties.
if (sys->secrets == NULL) if (sys->secrets == NULL)
{ /* there are no remaining secrecy claims to be checked */ { /* there are no remaining secrecy claims to be checked */
Roledef rdscan; Roledef rdscan;