Parent Directory
|
Revision Log
|
Patch
revision 2178 by jfenwick, Wed Dec 10 04:41:26 2008 UTC | revision 2179 by caltinay, Thu Dec 18 00:23:55 2008 UTC | |
---|---|---|
# | Line 2812 Data::dump(const std::string fileName) c | Line 2812 Data::dump(const std::string fileName) c |
2812 | return m_data->dump(fileName); | return m_data->dump(fileName); |
2813 | } | } |
2814 | } | } |
2815 | catch (exception& e) | catch (std::exception& e) |
2816 | { | { |
2817 | cout << e.what() << endl; | cout << e.what() << endl; |
2818 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |