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 >
Wrap
C/C++ Source or Header
|
1996-05-31
|
1KB
|
33 lines
/*---------------------------------------------------------------------------
*
* Copyright (c) 1994 by Westmount Technology B.V., Delft, The Netherlands.
*
* This software is furnished under a license and may be used only in
* accordance with the terms of such license and with the inclusion of
* the above copyright notice. This software or any other copies thereof
* may not be provided or otherwise made available to any other person.
* No title to and ownership of the software is hereby transferred.
*
* The information in this software is subject to change without notice
* and should not be construed as a commitment by Westmount Technology B.V.
*
*---------------------------------------------------------------------------
*
* File : @(#)WmtRWTHashRWCString.cxx 1.1
* Author : peku
* Original date : 15-2-1994
* Description :
*
*---------------------------------------------------------------------------
*/
static const char SccsId[]="@(#)WmtRWTHashRWCString.cxx 1.1 21 Feb 1994 Copyright 1994 Westmount Technology";
#ifndef __RWCSTRING_H__
#include "rw/cstring.h"
#endif
unsigned WmtRWTHashRWCString(const RWCString &s)
{
return s.hash();
}