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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
examples
/
ORT
/
sum_server_i.cpp
blob
8ffe851766089affacf71d42f81bfb113c1f5928
1
#include
"sum_server_i.h"
2
3
sum_server_i
::
sum_server_i
()
4
{
5
}
6
7
CORBA
::
Long
8
sum_server_i
::
add_variables
(
CORBA
::
Long a
,
9
CORBA
::
Long b
)
10
{
11
return
a
+
b
;
12
}