home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedce.zip / EXAMPLES.ZIP / examples / Array / array.apf next >
Text File  |  1994-05-08  |  338b  |  18 lines

  1. /*  Application Profile defining
  2. **       client and server applications for "array" interface
  3. */
  4. interface array {
  5.         protseq = ncadg_ip_udp;
  6.         bindtype = lepm;
  7.         handle = explicit;
  8.         idl= "array.idl";
  9. };
  10.  
  11. application server {
  12.         export array;
  13. }
  14.  
  15. application client {
  16.         import array;
  17. }
  18.