home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 October / PCWorld_1998-10_cd.bin / software / prehled / komix / DATA.Z / WmtRWTHashRWCString.cxx < prev    next >
C/C++ Source or Header  |  1996-05-31  |  1KB  |  33 lines

  1. /*---------------------------------------------------------------------------
  2.  *
  3.  * Copyright (c) 1994 by Westmount Technology B.V., Delft, The Netherlands.
  4.  *
  5.  * This software is furnished under a license and may be used only in
  6.  * accordance with the terms of such license and with the inclusion of
  7.  * the above copyright notice. This software or any other copies thereof
  8.  * may not be provided or otherwise made available to any other person.
  9.  * No title to and ownership of the software is hereby transferred.
  10.  *
  11.  * The information in this software is subject to change without notice
  12.  * and should not be construed as a commitment by Westmount Technology B.V.
  13.  *
  14.  *---------------------------------------------------------------------------
  15.  *
  16.  *    File        : @(#)WmtRWTHashRWCString.cxx    1.1
  17.  *    Author        : peku
  18.  *    Original date    : 15-2-1994
  19.  *    Description    :
  20.  *
  21.  *---------------------------------------------------------------------------
  22.  */
  23. static const char SccsId[]="@(#)WmtRWTHashRWCString.cxx    1.1    21 Feb 1994 Copyright 1994 Westmount Technology";
  24.  
  25. #ifndef __RWCSTRING_H__
  26. #include "rw/cstring.h"
  27. #endif
  28.  
  29. unsigned WmtRWTHashRWCString(const RWCString &s)
  30. {
  31.     return s.hash();
  32. }
  33.