diff options
author | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-02-08 14:46:48 +0100 |
---|---|---|
committer | Lukasz Stanislawski <l.stanislaws@samsung.com> | 2016-02-11 00:57:24 -0800 |
commit | 55d89293d85c1f47e4dcdde65e93716d041a2113 (patch) | |
tree | 89f65849c97b2fcd308a29cca91bdd4909758030 /inc | |
parent | d36dc78105653d6cf90f62fbac507ff9feaf2f2f (diff) | |
download | indicator-win-55d89293d85c1f47e4dcdde65e93716d041a2113.tar.gz indicator-win-55d89293d85c1f47e4dcdde65e93716d041a2113.tar.bz2 indicator-win-55d89293d85c1f47e4dcdde65e93716d041a2113.zip |
modules/network: migrate rssi module to telephony API
Change-Id: I38371d245b25e0c3da1c464a8cccf899c6c2ad41
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
Diffstat (limited to 'inc')
-rw-r--r-- | inc/modules/connection/connection.h | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/inc/modules/connection/connection.h b/inc/modules/connection/connection.h deleted file mode 100644 index 5cc9ec5..0000000 --- a/inc/modules/connection/connection.h +++ /dev/null @@ -1,26 +0,0 @@ -/* - * Indicator - * - * Copyright (c) 2000 - 2015 Samsung Electronics Co., Ltd. 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. - * - */ - - -#ifndef __INDICATOR_CONNECTION_H__ -#define __INDICATOR_CONNECTION_H__ - -extern void connection_icon_on_noti(TapiHandle *handle_obj, const char *noti_id, void *data, void *user_data); - -#endif |