com_lynarstudios_ls_std_time_systemtime_SystemTimeJni.h 656 B

123456789101112131415161718192021
  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class com_lynarstudios_ls_std_time_systemtime_SystemTimeJni */
  4. #ifndef _Included_com_lynarstudios_ls_std_time_systemtime_SystemTimeJni
  5. #define _Included_com_lynarstudios_ls_std_time_systemtime_SystemTimeJni
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9. /*
  10. * Class: com_lynarstudios_ls_std_time_systemtime_SystemTimeJni
  11. * Method: set
  12. * Signature: (Lcom/lynarstudios/ls/std/time/systemtime/DateParameter;)Z
  13. */
  14. JNIEXPORT jboolean JNICALL Java_com_lynarstudios_ls_std_time_systemtime_SystemTimeJni_set
  15. (JNIEnv *, jobject, jobject);
  16. #ifdef __cplusplus
  17. }
  18. #endif
  19. #endif