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

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