Scanner.h

00001 #ifndef SCANNER_H
00002 #define SCANNER_H
00003 
00004 class Scanner
00005 {
00006         public:
00007                 Scanner();
00008                 ~Scanner();
00009 
00010                 long getActiveId();
00011 };
00012 
00013 #endif // SCANNER_H

Generated on Mon Jun 5 10:20:48 2006 for Intelligence.kdevelop by  doxygen 1.4.6