]> rtime.felk.cvut.cz Git - frescor/forb.git/commit
Objref deserialization is now handled the same way as for other types
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 4 Nov 2008 08:05:30 +0000 (09:05 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 4 Nov 2008 08:05:30 +0000 (09:05 +0100)
commit6b6b4ff5842c7e017a8dbcdd5a2d7b6399b52558
tree4062778207ed165e851dd8b71de9fad032fce338
parentdf6d5f53dc495dcbee66527afa0535fb442dd621
Objref deserialization is now handled the same way as for other types

This was necessary for having object references in structures and other
constructed types. Now, we put the orb object reference to CDR_Codec
structure, so that forb_object_deserialize() can get the information
from there.
13 files changed:
forb-idl/forb-idl-c-headers.c
forb-idl/forb-idl-c-skels.c
forb-idl/forb-idl-c-stubs.c
src/cdr.c
src/cdr.h
src/exec_req.c
src/forb-internal.h
src/forb.c
src/iop.c
src/object.c
src/object.h
src/port.c
src/request.c