upload tizen1.0 source
[framework/telephony/libslp-tapi.git] / include / common / TelErr.h
index 3424db2..0b25164 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 2011 Samsung Electronics Co., Ltd. All rights reserved.
  *
- * Contact: Kyeongchul Kim <kyeongchul.kim@samsung.com>
+ * Contact: Ja-young Gu <jygu@samsung.com>
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
 
 #ifndef _TEL_ERR_H_
 #define _TEL_ERR_H_
-/*==================================================================================================
-                                         INCLUDE FILES
-==================================================================================================*/
 
 #ifdef __cplusplus
 extern "C"
 {
 #endif
 
-/*==================================================================================================
-                                           CONSTANTS
-==================================================================================================*/
-
-
-/*==================================================================================================
-                                            MACROS
-==================================================================================================*/
-
-
-/*==================================================================================================
-                                             ENUMS
-==================================================================================================*/
-
 /************************************************************
 **    Errors defined in  "+CME ERROR" ,
 **    - see 3GPP TS 27.007
@@ -192,17 +175,6 @@ typedef enum {
        TAPI_PDP_FAILURE_CAUSE_MAX ,
 } tapi_pdp_err_t;
 
-
-/*==================================================================================================
-                                 STRUCTURES AND OTHER TYPEDEFS
-==================================================================================================*/
-
-
-/*==================================================================================================
-                                     FUNCTION PROTOTYPES
-==================================================================================================*/
-
-
 #ifdef __cplusplus
 }
 #endif
@@ -212,4 +184,3 @@ typedef enum {
 /**
 * @}
 */
-