Index  Source Files  Annotated Class List  Alphabetical Class List  Class Hierarchy  Graphical Class Hierarchy 

Session.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  FIX

Defines

#define LOGEX(method)

Define Documentation

#define LOGEX ( method   ) 
Value:
try { method; } catch( std::exception& e ) \
  { m_state.onEvent( e.what() ); }

Definition at line 39 of file Session.cpp.

Referenced by FIX::Session::next().


Generated on Mon Apr 5 20:59:51 2010 for QuickFIX by doxygen 1.6.1 written by Dimitri van Heesch, © 1997-2001