mirror of
https://github.com/eclipse/upm.git
synced 2025-10-30 06:34:58 +03:00
SWIGJAVA: Remove the last JAVA ifdefs from src
Removed all references to #ifdef SWIGJAVA and JAVACALLBACK from the
library source. All java-specific source code has been moved to the
corresponding library's .i file for java.
* Update library source
* Update examples where necessary
* The function pointer methodology has been remove from libraries
which provided callbacks as both a class and a function pointer
implementation. Examples were updated to use the class version
of callbacks.
* Updated documentation for SWIGJAVA
Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@@ -29,10 +29,6 @@
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef JAVACALLBACK
|
||||
#undef JAVACALLBACK
|
||||
#endif
|
||||
|
||||
#include "sx1276.hpp"
|
||||
|
||||
using namespace upm;
|
||||
|
||||
Reference in New Issue
Block a user