Derive exceptions from boost::exception and use boost::throw_exception to enable...
authorCarl Hetherington <cth@carlh.net>
Sun, 10 Feb 2013 21:32:30 +0000 (21:32 +0000)
committerCarl Hetherington <cth@carlh.net>
Sun, 10 Feb 2013 21:32:30 +0000 (21:32 +0000)
commit4a557a8b6631f132e851b1bb362cde4270ca6057
tree90fb18368ab64a3739d1b1e849838f57045b9fbe
parent53fb1df6ca3848f9835b745b8ce13b0ad2196137
Derive exceptions from boost::exception and use boost::throw_exception to enable thread-safe exception handling by callers.
src/dcp.cc
src/dcp_time.cc
src/picture_asset.cc
src/picture_frame.cc
src/sound_asset.cc
src/sound_frame.cc
src/subtitle_asset.cc
src/types.cc
src/util.cc
src/xml.cc