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 #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git]
/
TAO
/
tests
/
ForwardOnceUponException
/
test_i.inl
blob
a443c099829f4accf00079c96c4794a78990570e
1
#include "tao/Invocation_Utils.h"
2
3
ACE_INLINE
4
Simple_Server_i::Simple_Server_i (CORBA::ORB_ptr orb)
5
: orb_ (CORBA::ORB::_duplicate (orb)),
6
ncalls_ (0),
7
raise_exception_ (TAO::FOE_NON)
8
{
9
}
10
11
ACE_INLINE
12
int Simple_Server_i::ncalls () const
13
{
14
return this->ncalls_;
15
}
16
17