diff options
Diffstat (limited to 'TAO/TAO_IDL/include/idl_fwd.h')
-rw-r--r-- | TAO/TAO_IDL/include/idl_fwd.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/TAO_IDL/include/idl_fwd.h b/TAO/TAO_IDL/include/idl_fwd.h index e0719c1a171..a5342d73b86 100644 --- a/TAO/TAO_IDL/include/idl_fwd.h +++ b/TAO/TAO_IDL/include/idl_fwd.h @@ -51,8 +51,8 @@ Technical Data and Computer Software clause at DFARS 252.227-7013 and FAR Sun, Sun Microsystems and the Sun logo are trademarks or registered trademarks of Sun Microsystems, Inc. -SunSoft, Inc. -2550 Garcia Avenue +SunSoft, Inc. +2550 Garcia Avenue Mountain View, California 94043 NOTE: @@ -141,5 +141,6 @@ class AST_Sequence; // A sequence declaration class AST_String; // A string declaration class AST_Array; // An array declaration class AST_Typedef; // A typedef declaration +class AST_Native; // A native declaration #endif // _IDL_FWD_IDL_FWD_HH |