< prev index next >

src/java.corba/share/classes/org/omg/CORBA/portable/package.html

Print this page

        

@@ -1,6 +1,6 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
+<!doctype html>
 <html>
 <head>
 <!--
 Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.

@@ -24,11 +24,11 @@
 Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
 or visit www.oracle.com if you need additional information or have any
 questions.
 -->
 </head>
-<body bgcolor="white">
+<body>
 
 Provides a portability layer, that is, a set of ORB APIs
 that makes it possible for code generated
 by one vendor to run on another vendor's ORB. 
 Stubs and other code, generated either from IDL or 

@@ -36,11 +36,11 @@
 can call into these ORB APIs.
 
 
 
 <p>
-<a name="unimpl"></a>
+<a id="unimpl"></a>
 <hr>
 <h1>CORBA Features Throwing NO_IMPLEMENT() Exceptions</h1>
 <hr>
 Some methods throw NO_IMPLEMENT() exceptions by default, but ORB vendors
 can override them to provide real implementations.  The ORB included in
< prev index next >