Please find attached two patch files. They are for: * commoncpp2-1.3.1/include/cc++/persist.h and * commoncpp2-1.3.1/src/engine.cpp
This patch will apply changes needed to make the void Engine::readObject(BaseObject* object) THROWS( Engine::Exception ) throw the indicated exception rather than a const char* exception. My experience is that this change eliminates a thrown const char* exception that may cause abort() to be called, crashing the application.
engine.cpp.patch
Description: Binary data
persist.h.patch
Description: Binary data
_______________________________________________ Bug-commoncpp mailing list Bug-commoncpp@gnu.org http://lists.gnu.org/mailman/listinfo/bug-commoncpp