Summary: | #include <foo.idl> generates invalid code in my opinion :) | ||
---|---|---|---|
Product: | TAO | Reporter: | Markus Stenberg <markus.stenberg> |
Component: | IDL Compiler | Assignee: | DOC Center Support List (internal) <tao-support> |
Status: | ASSIGNED --- | ||
Severity: | normal | ||
Priority: | P5 | ||
Version: | 1.4.2 | ||
Hardware: | x86 | ||
OS: | Linux |
Description
Markus Stenberg
2004-09-20 02:27:25 CDT
What you're suggesting is unclear. Do you mean that <xxx.idl> should generate NO C++ include or that it should generate #include <xxxC.h>? Considering the original reference in the .idl is in <>s, _and_ I use -in flag for tao_idl, not creating #include <xxxC.h>:s is definitely a bug in my opinion. |