Changeset 17766
- Timestamp:
 - 05/02/14 16:21:03 (12 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/Mars/mcore/zofits.h (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/Mars/mcore/zofits.h
r17754 r17766 16 16 #ifdef HAVE_BOOST_THREAD 17 17 #include <boost/thread.hpp> 18 #endif 19 20 #if defined(__CINT__) || !defined(__EXCEPTIONS) 21 namespace std 22 { 23 typedef void* exception_ptr; 24 }; 18 25 #endif 19 26 … … 991 998 std::vector<char> fRawSumBuffer; ///< buffer used for checksuming the incoming data, before compression 992 999 993 #ifdef __EXCEPTIONS994 1000 std::exception_ptr fThreadsException; ///< exception pointer to store exceptions coming from the threads 995 #endif996 1001 int fErrno; ///< propagate errno to main thread 997 1002 };  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  