repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed typos
[ACE_TAO.git]
/
ACE
/
ace
/
Hashable.inl
blob
ac9af977a36881d356aff90888b441e116b0f50c
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE
5
ACE_Hashable::ACE_Hashable (void)
6
: hash_value_ (0)
7
{
8
}
9
10
ACE_END_VERSIONED_NAMESPACE_DECL