Guest
Public paste!

Untitled

By: a guest | Mar 12th, 2010 | Syntax: None | Size: 0.63 KB | Hits: 92 | Expires: Never
Copy text to clipboard
  1. // syshook.h
  2. /* DO NOT EDIT THIS FILE - it is machine generated */
  3. #include "jni.h"
  4. /* Header for class PollThread */
  5.  
  6. #ifndef _Included_PollThread
  7. #define _Included_PollThread
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. #undef PollThread_MIN_PRIORITY
  12. #define PollThread_MIN_PRIORITY 1L
  13. #undef PollThread_NORM_PRIORITY
  14. #define PollThread_NORM_PRIORITY 5L
  15. #undef PollThread_MAX_PRIORITY
  16. #define PollThread_MAX_PRIORITY 10L
  17. /*
  18.  * Class:     PollThread
  19.  * Method:    checkKeyboardChanges
  20.  * Signature: ()V
  21.  */
  22. JNIEXPORT void JNICALL Java_PollThread_checkKeyboardChanges
  23.   (JNIEnv *, jobject);
  24.  
  25. #ifdef __cplusplus
  26. }
  27. #endif
  28. #endif