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
Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git]
/
TAO
/
tao
/
Connection_Purging_Strategy.inl
blob
52ff23827d24b32a907aa66c84183304beb05fe2
1
// -*- C++ -*-
2
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
3
4
ACE_INLINE
5
TAO_Connection_Purging_Strategy::TAO_Connection_Purging_Strategy (
6
int cache_maximum)
7
: cache_maximum_ (cache_maximum)
8
{
9
}
10
11
TAO_END_VERSIONED_NAMESPACE_DECL