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
/
examples
/
mfc
/
w32_test_impl.h
blob
1022be5cf40b032ff45dea7460da3a72087fe5bf
1
#ifndef w32_test_impl_h
2
#define w32_test_impl_h
3
4
#include
"w32_testS.h"
5
6
class
W32_Test_Impl
:
public
POA_W32_Test_Interface
7
{
8
public
:
9
~
W32_Test_Impl
(
void
);
10
11
W32_Test_Impl
(
void
);
12
13
char
*
getresponse
(
CORBA
::
Long respnr
);
14
15
private
:
16
int
blabla
;
17
};
18
19
#endif