00001 // AUTOMATICALLY GENERATED -- DO NOT EDIT! -*- c++ -*- 00002 00003 #ifndef vkey_h 00004 #define vkey_h 00005 00006 // 00007 // INTERFACE definition follows 00008 // 00009 00010 00011 class Vkey 00012 { 00013 00014 public: 00015 static int check_(int irq = -1); 00016 00017 static int get(); 00018 00019 static void clear(); 00020 }; 00021 00022 #endif // vkey_h