summaryrefslogtreecommitdiffstats
path: root/obj.h
Commit message (Collapse)AuthorAgeFilesLines
* - MsgSetProperty() implementedRainer Gerhards2008-01-071-7/+36
| | | | | - defined a property class - implemented deserializer (needs some more work)
* implemented class type registryRainer Gerhards2008-01-071-1/+5
|
* performance-tuned stringbuf classRainer Gerhards2008-01-071-1/+1
|
* worked on object header (now also contains the size)Rainer Gerhards2008-01-061-2/+3
|
* completed serializer for msg (but needs review)Rainer Gerhards2008-01-061-1/+7
|
* worked a bit on object serializationRainer Gerhards2008-01-061-3/+21
|
* utilized the new auto-destruction capability so that the queue can nowRainer Gerhards2008-01-041-1/+1
| | | | destruct user objects if needed
* removed serialization pointer from queue; used new base class insteadRainer Gerhards2008-01-041-2/+3
|
* - begun some work on Msg Object serializiationRainer Gerhards2008-01-041-0/+82
- created a kind of general base class