X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Fsrc%2Fip_adapter%2Fandroid%2Forg_iotivity_ca_CaIpInterface.h;h=dbd2edf970b01b13829e3bc3e4511eb7631d4798;hb=8c01dff2c5bc5496f7dc1632c498943ec6ecb015;hp=1d665531e164ac1e1ec8cf448884205599eecd71;hpb=935fdb9b67b6c10d007e652e9e2e028fd6ccfe09;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/src/ip_adapter/android/org_iotivity_ca_CaIpInterface.h b/resource/csdk/connectivity/src/ip_adapter/android/org_iotivity_ca_CaIpInterface.h index 1d66553..dbd2edf 100644 --- a/resource/csdk/connectivity/src/ip_adapter/android/org_iotivity_ca_CaIpInterface.h +++ b/resource/csdk/connectivity/src/ip_adapter/android/org_iotivity_ca_CaIpInterface.h @@ -1,27 +1,47 @@ -/* DO NOT EDIT THIS FILE - it is machine generated */ +/****************************************************************** + * + * Copyright 2014 Samsung Electronics All Rights Reserved. + * + * + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + * + ******************************************************************/ + #include /* Header for class org_iotivity_ca_CaIpInterface */ #ifndef _Included_org_iotivity_ca_CaIpInterface #define _Included_org_iotivity_ca_CaIpInterface #ifdef __cplusplus -extern "C" { +extern "C" +{ #endif /* - * Class: org_iotivity_ca_CaIpInterface - * Method: stateEnabled + * Class: org_iotivity_ca_caIpInterface + * Method: CaIpStateEnabled * Signature: ()V */ -JNIEXPORT void JNICALL Java_org_iotivity_ca_CaIpInterface_stateEnabled - (JNIEnv *, jclass); +JNIEXPORT void JNICALL +Java_org_iotivity_ca_CaIpInterface_caIpStateEnabled(JNIEnv *, jclass); /* - * Class: org_iotivity_ca_CaIpInterface - * Method: stateDisabled + * Class: org_iotivity_ca_caIpInterface + * Method: CaIpStateDisabled * Signature: ()V */ -JNIEXPORT void JNICALL Java_org_iotivity_ca_CaIpInterface_stateDisabled - (JNIEnv *, jclass); +JNIEXPORT void JNICALL +Java_org_iotivity_ca_CaIpInterface_caIpStateDisabled(JNIEnv *, jclass); #ifdef __cplusplus }