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
Use override/default for RTPortableServer
[ACE_TAO.git]
/
ACE
/
ace
/
Obstack_T.inl
blob
fb9d09d4311dc706a82dc13af865d3d8261259f4
1
// -*- C++ -*-
2
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
template <class ACE_CHAR_T> ACE_INLINE size_t
5
ACE_Obstack_T<ACE_CHAR_T>::size () const
6
{
7
return this->size_;
8
}
9
10
ACE_END_VERSIONED_NAMESPACE_DECL