Merge remote-tracking branch 'remotes/private-qm/develop' into develop
authorsungmin ha <sungmin82.ha@samsung.com>
Fri, 10 Aug 2012 12:14:04 +0000 (21:14 +0900)
committersungmin ha <sungmin82.ha@samsung.com>
Fri, 10 Aug 2012 12:14:04 +0000 (21:14 +0900)
1  2 
tizen/src/maru_err_table.h

index 491bd015844159cb5be39df44c587ce1a6b3b722,6d127bbbaaeda1627eb78e2efb61f06b2da96a01..ff27db4339d846145c222561b800e806eeec4162
@@@ -3,7 -3,7 +3,11 @@@
   *
   * Copyright (C) 2011, 2012 Samsung Electronics Co., Ltd. All rights reserved.
   *
++<<<<<<< HEAD
 + * Contact: 
++=======
+  * Contact:
++>>>>>>> remotes/private-qm/develop
   * SeokYeon Hwang <syeon.hwang@samsung.com>
   * GiWoong Kim <giwoong.kim@samsung.com>
   * YeongKyoon Lee <yeongkyoon.lee@samsung.com>
   *
   * You should have received a copy of the GNU General Public License
   * along with this program; if not, write to the Free Software
++<<<<<<< HEAD
 + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
++=======
+  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
+  * MA 02110-1301, USA.
++>>>>>>> remotes/private-qm/develop
   *
   * Contributors:
   * - S-Core Co., Ltd
  
  
  /* TODO: define macro for fair of definition */
++<<<<<<< HEAD
 +
 +enum { //This enum must match the table definition
++=======
+ /* This enum must match the table definition */
+ enum {
++>>>>>>> remotes/private-qm/develop
      /* 0 */ MARU_EXIT_UNKNOWN = 0,
      /* 1 */ MARU_EXIT_MEMORY_EXCEPTION,
      /* 2 */ MARU_EXIT_KERNEL_FILE_EXCEPTION,
  };
  
  
++<<<<<<< HEAD
 +void maru_register_exit_msg(int maru_exit_status, char* additional_msg);
 +void maru_atexit(void);
 +char* maru_convert_path(char *msg, const char *path);
 +void maru_dump_backtrace(void* ptr, int depth);
++=======
+ void maru_register_exit_msg(int maru_exit_status, char *additional_msg);
+ void maru_atexit(void);
+ char *maru_convert_path(char *msg, const char *path);
+ void maru_dump_backtrace(void *ptr, int depth);
++>>>>>>> remotes/private-qm/develop
  
  #endif /* __EMUL_ERR_TABLE_H__ */