summaryrefslogtreecommitdiff
path: root/tests/Bug_2791_Regression/Message.idl
blob: 0afd8fb1f254eb81a05ce46d2557d42bf5712f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// $Id$

valuetype Message
{
  private string user_;
  private string subject_;
  private string text_;

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

  void print ();
};