summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Truncatable/Extra.idl
blob: 453b85a92b2942106adf800eddf31a6574ad2135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

//
// This file contains extra valuetypes which are unknown by the test
// server. We should be able to pass these values and have the server
// truncate them to the most derived known type.

#include "Truncatable.idl"

module OBV_TruncatableTest
{
  //
  // Base valuetype.
  //
  valuetype Extra1 : truncatable TValue1
  {
    public unsigned long edata1;
  };
};