From b51803a0485df1057eaecfc2e99f9761913341cd Mon Sep 17 00:00:00 2001 From: Dongchul Lim Date: Thu, 17 Apr 2014 16:44:08 +0900 Subject: [PATCH] Remove legacy file Change-Id: I3f948ced376ef731f181b26dcba4b563d14707f0 --- include/legacy/TelUtility.h | 165 -------------------------------------------- 1 file changed, 165 deletions(-) delete mode 100644 include/legacy/TelUtility.h diff --git a/include/legacy/TelUtility.h b/include/legacy/TelUtility.h deleted file mode 100644 index 60e2205..0000000 --- a/include/legacy/TelUtility.h +++ /dev/null @@ -1,165 +0,0 @@ -/* - * tel-plugin-vmodem - * - * Copyright (c) 2011 Samsung Electronics Co., Ltd. All rights reserved. - * - * Contact: Kyeongchul Kim - * - * 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. - */ - -/** -* @open -* @ingroup TelephonyAPI -* @addtogroup COMMON_TAPI COMMON -* @{ -* -* @file TelUtility.h - - @brief This file serves as a "C" header file defines structures for Utility Services. \n - It contains a sample set of constants, enums, structs that would be required by applications. - */ - -#ifndef _TEL_UTILITY_H_ -#define _TEL_UTILITY_H_ -/*================================================================================================== - INCLUDE FILES -==================================================================================================*/ -#ifdef __cplusplus -extern "C" -{ -#endif - -/*================================================================================================== - CONSTANTS -==================================================================================================*/ - - -/*================================================================================================== - MACROS -==================================================================================================*/ -#define INVALID_REQUEST_ID -1 /**< Invalid RequestId Value */ - - -/*================================================================================================== - ENUMS -==================================================================================================*/ -/** -* @enum TapiResult_t -* Below enumerations are the return codes of TAPI API's -*/ -typedef enum -{ - TAPI_API_SUCCESS = 0, /**