kernel/eka/include/e32cmn.h
branchanywhere
changeset 96 428c5911a502
parent 41 d32f34975bbf
equal deleted inserted replaced
95:f561f9ae805b 96:428c5911a502
  5882 #define TRAP_IGNORE(_s) {TInt _ignore;TTrap __t;if (__t.Trap(_ignore)==0){_s;TTrap::UnTrap();}}
  5882 #define TRAP_IGNORE(_s) {TInt _ignore;TTrap __t;if (__t.Trap(_ignore)==0){_s;TTrap::UnTrap();}}
  5883 
  5883 
  5884 
  5884 
  5885 #else //__LEAVE_EQUALS_THROW__
  5885 #else //__LEAVE_EQUALS_THROW__
  5886 
  5886 
  5887 #ifdef __WINS__
  5887 #if defined(__WINS__) && !defined(__SYMC__)
  5888 /** @internalComponent */
  5888 /** @internalComponent */
  5889 #define __WIN32SEHTRAP		TWin32SEHTrap __trap; __trap.Trap();
  5889 #define __WIN32SEHTRAP		TWin32SEHTrap __trap; __trap.Trap();
  5890 /** @internalComponent */
  5890 /** @internalComponent */
  5891 #define __WIN32SEHUNTRAP	__trap.UnTrap();
  5891 #define __WIN32SEHUNTRAP	__trap.UnTrap();
  5892 IMPORT_C void EmptyFunction();
  5892 IMPORT_C void EmptyFunction();