- Timestamp:
- 01/25/10 09:02:15 (13 years ago)
- Branches:
- master, qt5
- Children:
- 6dc0dbc
- Parents:
- e7340e1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/orm/ormrecord.h
re7340e1 r0d4ecc2 20 20 }; 21 21 22 class OrmNoObjectException : OrmException22 class OrmNoObjectException : public OrmException 23 23 { 24 24 public: … … 27 27 }; 28 28 29 class OrmSqlException : OrmException29 class OrmSqlException : public OrmException 30 30 { 31 31 public:
Note: See TracChangeset
for help on using the changeset viewer.