/[classpath]/classpath/examples/gnu/classpath/examples/CORBA/NamingService/Demo.java
ViewVC logotype

Diff of /classpath/examples/gnu/classpath/examples/CORBA/NamingService/Demo.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:07 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Nov 2 00:43:21 2005 UTC
# Line 73  import org.omg.CosNaming.NamingContextHe Line 73  import org.omg.CosNaming.NamingContextHe
73   */   */
74  public class Demo  public class Demo
75  {  {
76    public static void main(final String[] args)    public static void main(String[] an_args)
77    {    {
78      // We create the following naming graph:      // We create the following naming graph:
79      // <ROOT CONTEXT>      // <ROOT CONTEXT>
# Line 90  public class Demo Line 90  public class Demo
90      System.out.println("Starting the GNU Classpath " +      System.out.println("Starting the GNU Classpath " +
91                         "built-in transient naming service"                         "built-in transient naming service"
92                        );                        );
93        
94        final String[] args = an_args;
95    
96      new Thread()      new Thread()
97        {        {

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26