Thu Jul 25 07:17:02 2002 Balachandran Natarajan * tao/ORB_Core.h: * tao/ORB_Core.cpp: * tao/Thread_Lane_Resources.h: * tao/Thread_Lane_Resources.cpp (finalize): Moved the allocators, used to create the InputCDR allocators like the data_block allocator, message_block allocator, buffer allocator and the allocator used for buffering messages in the transport object from the ORB_Core to the lanes. Since these allocators are global, sharing the allocators across threads in multiple lanes could lead to jitter.