Changeset 251 in Sophya
- Timestamp:
- Apr 23, 1999, 11:01:39 AM (26 years ago)
- Location:
- trunk/SophyaLib/BaseTools
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/pexceptions.h
r242 r251 15 15 public: 16 16 explicit PThrowable(const string& m) : msg(m) {} 17 virtual ~PThrowable() { } 17 18 virtual string const& Msg() const {return msg;} 18 19 private: -
trunk/SophyaLib/BaseTools/ppersist.cc
r241 r251 1 1 #include "machdefs.h" 2 #include <stdio.h> 3 #include <sys/types.h> 4 #include <time.h> 2 5 #include "pexceptions.h" 3 #include <stdio.h>4 6 #include "peidainit.h" 5 7 #include "ppersist.h"
Note:
See TracChangeset
for help on using the changeset viewer.