Summary: | On demand read/write addition | ||
---|---|---|---|
Product: | TAO | Reporter: | Johnny Willemsen <jwillemsen> |
Component: | ORB | Assignee: | DOC Center Support List (internal) <tao-support> |
Status: | NEW --- | ||
Severity: | enhancement | ||
Priority: | P3 | ||
Version: | 1.5 | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | 158, 358 | ||
Bug Blocks: | |||
Attachments: | diff |
Description
Johnny Willemsen
2006-03-17 04:25:41 CST
added depends work is done on the ondemand branch in cvs, branchpoint is tagged as preondemand mine accept curren ondemand branch compiles and first tests show it works as concept. Created attachment 515 [details]
diff
added patches from Chad his comments The diff contains a change in Message_Block.{h,inl} and CDR_Stream.cpp that I needed to get them to work correctly with my allocator. There is a case in CDR_Stream.cpp where it did an ACE_NEW_RETURN for an ACE_Message_Block that I thought should use the message_block_allocator_ of the ACE_OutputCDR (if there was one available). first version has been committed to head to pool |