Bug 2491 - Generate specific includes for sequence files
Summary: Generate specific includes for sequence files
Status: RESOLVED WORKSFORME
Alias: None
Product: TAO
Classification: Unclassified
Component: IDL Compiler (show other bugs)
Version: 1.5
Hardware: All All
: P3 normal
Assignee: Jeff Parsons
URL:
Depends on:
Blocks: 1929
  Show dependency tree
 
Reported: 2006-03-31 06:47 CST by Johnny Willemsen
Modified: 2010-09-16 07:55 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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