Update of /cvsroot/objecthandler/ObjectHandler/oh
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14288/oh
Modified Files:
exception.hpp
Log Message:
- reinstate from OH 0.1.3 some previously deprecated code for converting boost::any <-> OPER
- consolidate ohFilter1/ohFilter2 into ohFilter and enable Function Wizard
Index: exception.hpp
===================================================================
RCS file: /cvsroot/objecthandler/ObjectHandler/oh/exception.hpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** exception.hpp 19 Nov 2006 13:08:26 -0000 1.2
--- exception.hpp 8 Jan 2007 19:55:31 -0000 1.3
***************
*** 26,29 ****
--- 26,30 ----
#include <exception>
#include <string>
+ #include <sstream>
#define OH_FAIL(message) \
|