home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedce.zip / EXAMPLES.ZIP / examples / MClient / manager1.idl < prev    next >
Text File  |  1994-10-21  |  872b  |  22 lines

  1. [
  2. uuid(00602160-e81d-1ea7-b147-10005addde14),
  3. version(1.0)
  4. ]interface I1 {
  5. /*@;**********************************************************************
  6.     * This file built with the MakeDCE facility for DCE ver 1.0          *
  7.     *     - A DCE Application-Development Enabling Tool                  *
  8.     *                                                                    *
  9.     * Initially generated on Fri Oct 21 12:11:18 1994                    *
  10.     *         Last update on Fri Oct 21 12:11:18 1994                    *
  11.     *                                                                    *
  12.     * IBM Corporation 1992, 1993                                         *
  13.     **********************************************************************/
  14. /*@[export] mult_by_ten ;     file manager1.c */
  15.  
  16. long int 
  17. mult_by_ten (
  18.    [  in] long int num
  19. );
  20.  
  21. }
  22.