Bug 2491

Summary: Generate specific includes for sequence files
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: IDL CompilerAssignee: Jeff Parsons <j.parsons>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 1.5   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 1929    

Description Johnny Willemsen 2006-03-31 06:47:31 CST
with the new sequences there are several template files that can be included. To
make the merge and testing easy TAO/tao/Sequence_T.h now contains the includes
below but it would improve compile times when the IDL compiler generates the
includes below when needed instead of Sequence_T.h. Todo item for the future

#include "tao/Unbounded_Octet_Sequence_T.h"
#include "tao/Unbounded_Value_Sequence_T.h"
#include "tao/Unbounded_Wstring_Sequence_T.h"
#include "tao/Unbounded_String_Sequence_T.h"
#include "tao/Unbounded_Object_Reference_Sequence_T.h"
#include "tao/Unbounded_Sequence_CDR_T.h"
#include "tao/Unbounded_Array_Sequence_T.h"
#include "tao/Bounded_Value_Sequence_T.h"
#include "tao/Bounded_Wstring_Sequence_T.h"
#include "tao/Bounded_String_Sequence_T.h"
#include "tao/Bounded_Object_Reference_Sequence_T.h"
#include "tao/Bounded_Sequence_CDR_T.h"
#include "tao/Bounded_Array_Sequence_T.h"
Comment 1 Johnny Willemsen 2006-03-31 06:47:52 CST
added blocks and reassign to me
Comment 2 Johnny Willemsen 2006-03-31 06:48:04 CST
accept
Comment 3 Johnny Willemsen 2007-04-11 06:02:44 CDT
to pool
Comment 4 Johnny Willemsen 2010-09-16 07:55:13 CDT
wont fix