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 #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Callback
/
Callback_i.inl
blob
18c2c0cad06ffada2a795c8a70d3d91346b4bd79
1
ACE_INLINE
2
Callback_i::Callback_i (int expected_samples)
3
: history_ (expected_samples)
4
, remaining_samples_ (expected_samples)
5
{
6
}
7
8
ACE_INLINE ACE_Sample_History&
9
Callback_i::sample_history (void)
10
{
11
return this->history_;
12
}