summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1812_Regression/Test.idl
blob: 176f713989b69c1799cfcbae90babb321c058c3c (plain)
1
2
3
4
5
6
7
// $Id$

#include <orb.idl>

local interface foo {
     void op (in CORBA::ValueFactory vf);
};