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 #2309 from mitza-oci/warnings
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_3547_Regression
/
UDPTest_i.h
blob
9cc4fc131d46debe6d4e074008b8b4773f84259a
1
#ifndef UDPTest_i_h
2
#define UDPTest_i_h
3
4
#include
"UDPTestS.h"
5
6
// This class provides the implementation for Stock_Quoter interface.
7
class
UDPTest_i
:
public virtual
POA_UDPTestI
8
{
9
public
:
10
UDPTest_i
();
11
virtual
~
UDPTest_i
();
12
13
virtual
void
send
(
const
::
UDPTestI
::
BufferT Msg
);
14
15
bool
received_send_
;
16
};
17
18
#endif
/* Stock_Quoter_i_h */