Mercurial > libpst
diff python/python-libpst.cpp @ 201:3850a3b11745
fixes for parallel readpst
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 16 May 2009 10:32:26 -0700 |
parents | e3a46f66332b |
children | 268458c79e9b |
line wrap: on
line diff
--- a/python/python-libpst.cpp Wed May 13 20:06:53 2009 -0700 +++ b/python/python-libpst.cpp Sat May 16 10:32:26 2009 -0700 @@ -588,6 +588,8 @@ ; class_<pst_file>("pst_file") + .def_readonly("cwd", &pst_file::cwd) + .def_readonly("fname", &pst_file::fname) .add_property("i_head", make_getter(&pst_file::i_head, return_value_policy<reference_existing_object>())) .add_property("i_tail", make_getter(&pst_file::i_tail, return_value_policy<reference_existing_object>())) .add_property("d_head", make_getter(&pst_file::d_head, return_value_policy<reference_existing_object>()))