Fujitsu V6.0 Server User Manual


 
Chapter 2: Restrictions
2-14
No Restriction Alternative Method Date of
Removal
3 Preprocessing declarations cannot be used
under the following conditions:
1) In an exception declaration
2) In a struct/union/enum declaration, and in
a member declaration (ending before a
semicolon)
Example:
struct STR1{
long
#pragma version STR1 2.3
a;
string b;
char c;
};
None Not
determined
4 The following recursive declarations cannot
be used in the Java mapping of the IDL
definition:
1) Recursive declaration of a structure
(struct)
struct STR1 {
sequence<STR1> para1;
};
2) Recursive declaration of a union (union)
union UNI1 switch(long){
case1: sequence<UNI1> para1;
};
None Not
determined
5 Type union cannot be used in the
CORBA/SOAP gateway generation of the
IDL definition.
None Not
determined