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
Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
performance-tests
/
Callback
/
Server_i.inl
blob
d772f2523d3ffa1b71418ce3a1a8900df6e9adfe
1
ACE_INLINE
2
Server_i::Server_i ()
3
: done_ (0)
4
{
5
}
6
7
ACE_INLINE int
8
Server_i::done ()
9
{
10
return this->done_;
11
}