src/share/classes/org/omg/DynamicAny/DynamicAny.idl

changeset 5
5e61d5df6258
parent 1
55540e827aef
child 13
c0252adbb2ab
     1.1 --- a/src/share/classes/org/omg/DynamicAny/DynamicAny.idl	Thu Mar 06 13:56:47 2008 -0800
     1.2 +++ b/src/share/classes/org/omg/DynamicAny/DynamicAny.idl	Tue Mar 25 14:42:28 2008 -0700
     1.3 @@ -1042,24 +1042,24 @@
     1.4      /**
     1.5      * DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
     1.6      */
     1.7 -    interface DynValueCommon : DynAny {
     1.8 +    interface DynValueCommon : DynAny {
     1.9          /**
    1.10          * Returns true if the DynValueCommon represents a null value type.
    1.11          */
    1.12 -        boolean is_null();
    1.13 +        boolean is_null();
    1.14  
    1.15          /**
    1.16          * Changes the representation of a DynValueCommon to a null value type.
    1.17          */
    1.18 -        void set_to_null();
    1.19 +        void set_to_null();
    1.20  
    1.21          /**
    1.22          * Replaces a null value type with a newly constructed value. Its components are initialized
    1.23          * to default values as in DynAnyFactory.create_dyn_any_from_type_code.
    1.24          * If the DynValueCommon represents a non-null value type, then this operation has no effect. 
    1.25          */
    1.26 -        void set_to_value();
    1.27 -    }; 
    1.28 +        void set_to_value();
    1.29 +    }; 
    1.30  
    1.31      /**
    1.32      * DynValue objects support the manipulation of IDL non-boxed value types.
    1.33 @@ -1164,14 +1164,14 @@
    1.34      * of the boxed type. A DynValueBox representing a null value type has no components
    1.35      * and a current position of -1.
    1.36      */
    1.37 -    interface DynValueBox : DynValueCommon {
    1.38 +    interface DynValueBox : DynValueCommon {
    1.39  
    1.40          /**
    1.41          * Returns the boxed value as an Any.
    1.42          *
    1.43          * @exception InvalidValue if this object represents a null value box type
    1.44          */
    1.45 -        any get_boxed_value()
    1.46 +        any get_boxed_value()
    1.47              raises(InvalidValue);
    1.48  
    1.49          /**
    1.50 @@ -1189,7 +1189,7 @@
    1.51          *
    1.52          * @exception InvalidValue if this object represents a null value box type
    1.53          */
    1.54 -        DynAny get_boxed_value_as_dyn_any()
    1.55 +        DynAny get_boxed_value_as_dyn_any()
    1.56              raises(InvalidValue);
    1.57  
    1.58          /**
    1.59 @@ -1199,7 +1199,7 @@
    1.60          * @exception TypeMismatch if this object represents a non-null value box type and the type
    1.61          *            of the parameter is not matching the current boxed value type.
    1.62          */
    1.63 -        void set_boxed_value_as_dyn_any(in DynAny boxed)
    1.64 +        void set_boxed_value_as_dyn_any(in DynAny boxed)
    1.65              raises(TypeMismatch);
    1.66      };
    1.67  

mercurial