summaryrefslogtreecommitdiffstats
path: root/obj.h
Commit message (Collapse)AuthorAgeFilesLines
* changed some config parameters and some cleanupRainer Gerhards2008-01-101-1/+1
|
* - added write functions for several types to stream classRainer Gerhards2008-01-101-8/+7
| | | | - changed objSerialize methods to work directly on the stream class
* made queue file names better readableRainer Gerhards2008-01-101-0/+28
|
* some cleanup on object modelRainer Gerhards2008-01-091-123/+3
|
* changed queue class to use stream classRainer Gerhards2008-01-091-0/+10
|
* created a generic stream class (for file access)Rainer Gerhards2008-01-091-5/+34
|
* completed object deserializerRainer Gerhards2008-01-081-1/+1
|
* - first implementation of "disk" queue mode finished. It still needs someRainer Gerhards2008-01-081-2/+3
| | | | | | | work and the deserializer needs also to be expanded, but the queue at least performs well now. - fixed a race condition that could occur when input modules were terminated
* - 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