/* @(#)24	1.3  src/examples/pubsex/greet/greet_cds/greet.idl, examples.src, os2dce21.dss, 960602a.1 6/26/95 11:45:19 */
/*
 *   COMPONENT_NAME: examples.src
 *
 *   FUNCTIONS: none
 *
 *   ORIGINS: 72
 *
 */
       
     [
     uuid(d58ab008-b3c6-11ca-891c-c9c2d4ff3b52),
     version(1.0)
     ]

     interface greet
     {
           const long int STR_SZ = 128;

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


