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
/
Bug_2791_Regression
/
MessageFactory.h
blob
26de17580061d87da3fd6ea82180507dd8ecd79c
1
#include
"tao/Valuetype/ValueFactory.h"
2
#include
"Message_i.h"
3
4
5
class
MessageFactory
:
public virtual CORBA
::
ValueFactoryBase
6
{
7
public
:
8
static int
destructorInvoked_
;
9
10
~
MessageFactory
();
11
virtual CORBA
::
ValueBase
*
create_for_unmarshal
();
12
};