summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Callback/Server_i.inl
blob: e162f536d0a111674efeec080b37013fdc771fab (plain)
1
2
3
4
5
6
7
8
9
10
11
ACE_INLINE
Server_i::Server_i (void)
  : done_ (0)
{
}

ACE_INLINE int
Server_i::done (void)
{
  return this->done_;
}