home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / keysrt.zip / keyacc.hpp < prev    next >
Text File  |  1996-02-25  |  246b  |  18 lines

  1. #ifndef _KEYACC_
  2.  #define _KEYACC_
  3.  
  4. #ifndef _ISTRING_
  5.  #include <istring.hpp>
  6. #endif
  7.  
  8.  
  9. #ifndef _APERSON_
  10.   #include "APERSON.HPP"
  11. #endif
  12.  
  13.  
  14.                          // Key access:
  15. IString const& key( APerson* const&  p);
  16.  
  17. #endif
  18.