00001 00002 00003 // Coded by Jeff Hartnell and Phill Litchfield Feb/2006 onwards 00004 // 00005 // Contact: j.j.hartnell@rl.ac.uk 00007 00008 #ifndef LISIEVE_H 00009 #define LISIEVE_H 00010 00011 class NtpStRecord; 00012 00013 namespace LISieve { 00014 Bool_t IsLI(const NtpStRecord& ntp); 00015 Bool_t IsLIforNC(const NtpStRecord& ntp); 00016 } 00017 00018 00019 00020 #endif //LISIEVE_H
1.3.9.1