35 #ifndef IE_COREMAYA_MESSAGEHANDLER_H
36 #define IE_COREMAYA_MESSAGEHANDLER_H
38 #include "IECore/MessageHandler.h"
39 #include "tbb/mutex.h"
50 IE_CORE_DECLAREMEMBERPTR( MessageHandler );
52 virtual void handle( Level level,
const std::string &context,
const std::string &message );
56 typedef tbb::mutex MsgMutex;
57 mutable MsgMutex m_mutex;
61 IE_CORE_DECLAREPTR( MessageHandler );
65 #endif // IE_COREMAYA_MESSAGEHANDLER_H
Definition: MessageHandler.h:58
The IECoreMaya namespace holds all the functionality of libIECoreMaya.
Definition: BoolParameterHandler.h:44