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 #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git]
/
TAO
/
tests
/
Big_Oneways
/
Session_Task.cpp
blob
cdd2ec01d0780d47071b77afdbfc1d2ceae685b4
1
2
#include
"Session_Task.h"
3
#include
"Session.h"
4
5
Session_Task
::
Session_Task
(
Session
*
session
)
6
:
session_
(
session
)
7
{
8
}
9
10
int
11
Session_Task
::
svc
()
12
{
13
return this
->
session_
->
svc
();
14
}