00001 00009 #ifndef __MCUTILS_H__ 00010 #define __MCUTILS_H__ 00011 00012 #include "PKIFdll.h" 00013 #include <vector> 00014 #include <algorithm> 00015 #include <iterator> 00016 00017 #include "IPKIFColleague.h" 00018 00019 /* all MCUtils functions have been merged back into IPKIFColleague. This header should no longer be used. */ 00020 #warning MCUtils.h is obsolete. Just use IPKIFColleague.h instead. 00021 00022 #endif