Changeset 1770
- Timestamp:
- May 20, 2005, 2:32:39 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/libp++/pxx_sys_error.hh
r269 r1770 30 30 31 31 #define throw_sys_error(n) \ 32 throw SysError(n, __PRETTY_FUNCTION__, __FILE__, __LINE__)32 throw pxx::SysError(n, __PRETTY_FUNCTION__, __FILE__, __LINE__) 33 33 34 34 //
Note: See TracChangeset
for help on using the changeset viewer.