Overview
Comment: | Update corefw.h. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
cbf96fa23f094910903eebd517c54b60 |
User & Date: | js on 2012-09-29 22:12:36 |
Other Links: | manifest | tags |
Context
2012-09-29
| ||
22:34 | Add tcpsocket. check-in: 17c1d8f6b0 user: js tags: trunk | |
22:12 | Update corefw.h. check-in: cbf96fa23f user: js tags: trunk | |
22:12 | Add file. check-in: 95197cb01a user: js tags: trunk | |
Changes
Modified src/corefw.h from [ad7e5260a5] to [ca7fd1381b].
1 2 3 4 5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | + + - - + + + + + + + + + + | #ifndef __COREFW_COREFW_H__ #define __COREFW_COREFW_H__ #include "class.h" #include "object.h" #include "array.h" #include "bool.h" |