Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / OBV / Truncatable / Extra.idl
blobf61dc416695f990fe3d57fd041d46225685d30fb
1 //
2 // This file contains extra valuetypes which are unknown by the test
3 // server. We should be able to pass these values and have the server
4 // truncate them to the most derived known type.
6 #include "Truncatable.idl"
8 module OBV_TruncatableTest
11 // Base valuetype.
13 valuetype Extra1 : truncatable TValue1
15 public unsigned long edata1;