summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Truncatable/Extra.idl
blob: f61dc416695f990fe3d57fd041d46225685d30fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//
// 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;
  };
};