Paritally updated Android Studio project

This commit is contained in:
Joseph Henry
2016-06-15 14:19:56 -07:00
parent ac0699c362
commit c46bc402e0
9 changed files with 16 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
package Netcon;
/**
* Created by Joseph on 3/14/16.
* Created by Joseph Henry on 3/14/16.
*/
public class NetconWrapper {
public class ZT_SDK_Wrapper {
public native int loadsymbols();
// From OneServiceSetup.cpp
// From SDK_ServiceSetup.cpp
public native void startOneService();
static {