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
GitHub Actions: Try MSVC builds with /std:c++17 and 20
[ACE_TAO.git]
/
ACE
/
ace
/
Lock.inl
blob
43b4bac0898ec37d11a14c332b1b06e6a79322c0
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE
5
ACE_Lock::ACE_Lock (void)
6
{
7
}
8
9
ACE_END_VERSIONED_NAMESPACE_DECL