2 // **** Code generated by the The ACE ORB (TAO) IDL Compiler v1.5a_p8 ****
3 // TAO and the TAO IDL Compiler have been developed by:
4 // Center for Distributed Object Computing
5 // Washington University
8 // http://www.cs.wustl.edu/~schmidt/doc-center.html
10 // Distributed Object Computing Laboratory
11 // University of California at Irvine
14 // http://doc.ece.uci.edu/
16 // Institute for Software Integrated Systems
17 // Vanderbilt University
20 // http://www.isis.vanderbilt.edu/
22 // Information about TAO is available at:
23 // http://www.dre.vanderbilt.edu/~schmidt/TAO.html
25 // TAO_IDL - Generated from
26 // .\be\be_codegen.cpp:1179
31 // Implementation skeleton constructor
32 Test_interfaceOne_i::Test_interfaceOne_i ()
36 // Implementation skeleton destructor
37 Test_interfaceOne_i::~Test_interfaceOne_i ()
41 void Test_interfaceOne_i::getstruct (
42 ::Test::structOne_out tester
45 ::Test::structOne_var
holder (new ::Test::structOne
);
46 tester
= holder
._retn();