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 "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_1383_Regression
/
Callee_i.h
blob
928a3a3ed1f521d8e3f702fd0f7d72c873599d58
1
#ifndef CALLEE_I_H
2
#define CALLEE_I_H
3
4
#include
"calleeS.h"
5
6
class
Callee_i
:
public
POA_Callee
{
7
void
callback
(
const char
*
message
);
8
};
9
10
#endif