KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > omg > CORBA_2_3 > portable > Delegate


1 /***** Copyright (c) 1999 Object Management Group. Unlimited rights to
2
3        duplicate and use this code are hereby granted provided that this
4
5        copyright notice is included.
6
7 *****/

8
9
10
11 package org.omg.CORBA_2_3.portable;
12
13
14
15 public abstract class Delegate extends org.omg.CORBA.portable.Delegate JavaDoc {
16
17
18
19     public java.lang.String JavaDoc get_codebase(org.omg.CORBA.Object JavaDoc self) {
20
21         return null;
22
23     }
24
25 }
26
27
Popular Tags