Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan exceptions.h

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Wed, 22 Oct 2003 23:59:46 -0500 (CDT)
guy         2003/10/22 23:59:46 CDT

  Modified files:
    epan                 exceptions.h 
  Log:
  Add a new EXCEPT_CODE macro to get the exception code for the current
  exception, for use in CATCH_ALL handlers, so you can catch all
  exceptions and then pass the exception code on to a routine that handles
  different exceptions differently.
  
  Revision  Changes    Path
  1.3       +2 -0      ethereal/epan/exceptions.h