ported double tracking from TC
This commit is contained in:
10
deps/acelite/ace/Hashable.inl
vendored
Normal file
10
deps/acelite/ace/Hashable.inl
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
// -*- C++ -*-
|
||||
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
|
||||
|
||||
ACE_INLINE
|
||||
ACE_Hashable::ACE_Hashable (void)
|
||||
: hash_value_ (0)
|
||||
{
|
||||
}
|
||||
|
||||
ACE_END_VERSIONED_NAMESPACE_DECL
|
||||
Reference in New Issue
Block a user