// // FILE: DjFastclockScanner.h // VERSION: 1.0 // PURPOSE: Scans the broadcasts for clocks and returns the clocknames found // // #include String FastclockScanner::knownClocks[MAX_CLOCKS]; int FastclockScanner::numberOfKnownClocks = 0; void FastclockScanner::addClock(String clockName) { for (int i=0; i