(file) Return to ResponseHandler.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/ResponseHandler.cpp between version 1.7 and 1.8

version 1.7, 2003/10/17 23:14:18 version 1.8, 2003/10/18 01:51:20
Line 37 
Line 37 
  
 PEGASUS_TEMPLATE_SPECIALIZATION struct HashFunc<void*> PEGASUS_TEMPLATE_SPECIALIZATION struct HashFunc<void*>
 { {
     static Uint32 hash(void* x) { return Uint32(x) + 13; }      static Uint32 hash(void* x) { return Uint32((unsigned long)x) + 13; }
 }; };
  
 typedef HashTable<ResponseHandler*, ResponseHandlerRep*, typedef HashTable<ResponseHandler*, ResponseHandlerRep*,


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2