Fixed the conflict merge
authorSunghyun Kwon <sh0701.kwon@samsung.com>
Mon, 15 Apr 2013 11:32:52 +0000 (20:32 +0900)
committerSunghyun Kwon <sh0701.kwon@samsung.com>
Mon, 15 Apr 2013 11:32:52 +0000 (20:32 +0900)
1  2 
email-core/email-storage/email-storage.c
utilities/test-application/testapp-others.c

        }
  
  /*  for safety DB operation */
- static pthread_mutex_t _transactionBeginLock = PTHREAD_MUTEX_INITIALIZER;
- static pthread_mutex_t _transactionEndLock = PTHREAD_MUTEX_INITIALIZER;
  static pthread_mutex_t _db_handle_lock = PTHREAD_MUTEX_INITIALIZER;
  
 -static int _get_attribute_type_by_mail_field_name(char *input_mail_field_name, email_mail_attribute_type *output_mail_attribute_type);
 -
  #define       _MULTIPLE_DB_HANDLE
  
  #ifdef _MULTIPLE_DB_HANDLE