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
Merge pull request #2220 from DOCGroup/revert-2217-jwi-inetwraning
[ACE_TAO.git]
/
TAO
/
tao
/
Messaging
/
Buffering_Constraint_Policy.inl
blob
e61bc9638959f7c890830c2732d7567e978aadee
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE void
5
TAO_Buffering_Constraint_Policy::get_buffering_constraint (TAO::BufferingConstraint &bc) const
6
{
7
bc = this->buffering_constraint_;
8
}
9
10
TAO_END_VERSIONED_NAMESPACE_DECL