Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
27
cde/programs/nsgmls/HashTableItemBase.C
Normal file
27
cde/programs/nsgmls/HashTableItemBase.C
Normal file
@@ -0,0 +1,27 @@
|
||||
/* $XConsortium: HashTableItemBase.C /main/1 1996/07/29 16:53:04 cde-hp $ */
|
||||
// Copyright (c) 1994 James Clark
|
||||
// See the file COPYING for copying permission.
|
||||
|
||||
#ifndef HashTableItemBase_DEF_INCLUDED
|
||||
#define HashTableItemBase_DEF_INCLUDED 1
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
namespace SP_NAMESPACE {
|
||||
#endif
|
||||
|
||||
template<class K>
|
||||
HashTableItemBase<K>::~HashTableItemBase()
|
||||
{
|
||||
}
|
||||
|
||||
template<class K>
|
||||
HashTableItemBase<K>::HashTableItemBase(const K &k) : key(k)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
#ifdef SP_NAMESPACE
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* not HashTableItemBase_DEF_INCLUDED */
|
||||
Reference in New Issue
Block a user