You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by mc...@apache.org on 2002/02/22 17:28:08 UTC

cvs commit: jakarta-avalon-cornerstone/apps/enterprise/orb/src/examples/hello/idl hello.idl

mcconnell    02/02/22 08:28:08

  Added:       apps/enterprise/orb/src/examples/hello/idl hello.idl
  Log:
  addition of examples
  
  Revision  Changes    Path
  1.1                  jakarta-avalon-cornerstone/apps/enterprise/orb/src/examples/hello/idl/hello.idl
  
  Index: hello.idl
  ===================================================================
  //
  // hello.idl
  //
  // Created on 13 February 2002
  // by Stephen McConnell <mc...@apache.org>
  //
  
  #ifndef _HELLO_IDL_
  #define _HELLO_IDL_
  
  module hello
  {
  
      interface Hello
      {
          string get_welcome_message();
      };
  
  };
  
  #endif // _HELLO_IDL_
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>