home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / mnl-rpc++-2.3.1 / part01 / README-2.3 < prev    next >
Encoding:
Text File  |  1993-04-24  |  747 b   |  24 lines

  1. Version 2.3 fixes some bugs and adds a few methods that have shown to be
  2. needed for a complex application. The methods are:
  3.  
  4. RpcService::ReserveService
  5.   Allocates an unused service number at runtime.
  6.  
  7. RpcService::Unregister
  8.   Unregisters (i.e., provides no longer) a service.
  9.  
  10. RpcService::Provide (timeval&)
  11.   Previously only available without argument. Provides services for
  12.   a limited time or until a request has been handled.
  13.  
  14. RpcStub::ReCall
  15.   May be used from within an error handle to repeat a call after the cause
  16.   of its failure has been fixed.
  17.  
  18. StdHdrs/rpc contains a new version of xdr.h with better (more precise)
  19. function prototypes contributed by Doug Moore (dougm@cs.rice.edu).
  20.  
  21. Michael Lipp
  22.  
  23. <mnl@dtro.e-technik.th-darmstadt.de>
  24.