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 "Minor modernization of DynamicAny code"
[ACE_TAO.git]
/
TAO
/
tests
/
Bug_2791_Regression
/
Message.idl
blob
9333b79c3f4ebc1a36c2149c60a0a37c361a22de
1
valuetype
Message
2
{
3
private
string
user_
;
4
private
string
subject_
;
5
private
string
text_
;
6
7
attribute
string
user
;
8
attribute
string
subject
;
9
attribute
string
text
;
10
11
void
print
();
12
};