/* @(#)17	1.3  src/examples/pubsex/greet/greet_auto/greet.idl, examples.src, os2dce21.dss, 960602a.1 6/26/95 11:37:45 */
/*
 *   COMPONENT_NAME: examples.src
 *
 *   FUNCTIONS: none
 *
 *   ORIGINS: 72
 *
 */

     [
     uuid(d58ab008-b3c6-11ca-891c-c9c2d4ff3b52),
     version(1.0)
     ]

     /* This operation has no binding handle parameter,
         therefore it uses automatic binding */

     interface greet
     {
           const long int STR_SZ = 128;

           void greet_rpc (
                [in,string]  char client_greeting[STR_SZ],
                [out,string] char server_reply[STR_SZ]
            );
     }

