summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_2791_Regression/Message.idl
blob: 9333b79c3f4ebc1a36c2149c60a0a37c361a22de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
valuetype Message
{
  private string user_;
  private string subject_;
  private string text_;

  attribute string user;
  attribute string subject;
  attribute string text;

  void print ();
};