Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / Bug_2791_Regression / Message.idl
blob9333b79c3f4ebc1a36c2149c60a0a37c361a22de
1 valuetype Message
3 private string user_;
4 private string subject_;
5 private string text_;
7 attribute string user;
8 attribute string subject;
9 attribute string text;
11 void print ();