/[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.2 by mark, Sat Jul 2 20:32:08 2005 UTC revision 1.3 by audriusa, Tue Oct 25 13:25:52 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.2  
changed lines
  Added in v.1.3

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