Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / resource / csdk / connectivity / src / ip_adapter / android / org_iotivity_ca_CaIpInterface.h
index dbd2edf..2c5cf38 100644 (file)
@@ -1,49 +1,49 @@
-/******************************************************************\r
- *\r
- * Copyright 2014 Samsung Electronics All Rights Reserved.\r
- *\r
- *\r
- *\r
- * Licensed under the Apache License, Version 2.0 (the "License");\r
- * you may not use this file except in compliance with the License.\r
- * You may obtain a copy of the License at\r
- *\r
- *      http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * Unless required by applicable law or agreed to in writing, software\r
- * distributed under the License is distributed on an "AS IS" BASIS,\r
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
- * See the License for the specific language governing permissions and\r
- * limitations under the License.\r
- *\r
- ******************************************************************/\r
-\r
-#include <jni.h>\r
-/* Header for class org_iotivity_ca_CaIpInterface */\r
-\r
-#ifndef _Included_org_iotivity_ca_CaIpInterface\r
-#define _Included_org_iotivity_ca_CaIpInterface\r
-#ifdef __cplusplus\r
-extern "C"\r
-{\r
-#endif\r
-/*\r
- * Class:     org_iotivity_ca_caIpInterface\r
- * Method:    CaIpStateEnabled\r
- * Signature: ()V\r
- */\r
-JNIEXPORT void JNICALL\r
-Java_org_iotivity_ca_CaIpInterface_caIpStateEnabled(JNIEnv *, jclass);\r
-\r
-/*\r
- * Class:     org_iotivity_ca_caIpInterface\r
- * Method:    CaIpStateDisabled\r
- * Signature: ()V\r
- */\r
-JNIEXPORT void JNICALL\r
-Java_org_iotivity_ca_CaIpInterface_caIpStateDisabled(JNIEnv *, jclass);\r
-\r
-#ifdef __cplusplus\r
-}\r
-#endif\r
-#endif\r
+/******************************************************************
+ *
+ * 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 <jni.h>
+/* Header for class org_iotivity_ca_CaIpInterface */
+
+#ifndef _Included_org_iotivity_ca_CaIpInterface
+#define _Included_org_iotivity_ca_CaIpInterface
+#ifdef __cplusplus
+extern "C"
+{
+#endif
+/*
+ * Class:     org_iotivity_ca_caIpInterface
+ * Method:    CaIpStateEnabled
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL
+Java_org_iotivity_ca_CaIpInterface_caIpStateEnabled(JNIEnv *, jclass);
+
+/*
+ * Class:     org_iotivity_ca_caIpInterface
+ * Method:    CaIpStateDisabled
+ * Signature: ()V
+ */
+JNIEXPORT void JNICALL
+Java_org_iotivity_ca_CaIpInterface_caIpStateDisabled(JNIEnv *, jclass);
+
+#ifdef __cplusplus
+}
+#endif
+#endif