Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / InterfaceRepo / Bug_3495_Regression / TestImpl.cpp
blob88641ac4c85b35e0f78826cc97e2d62b78b16e8d
1 // -*- C++ -*-
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
6 // St. Louis, MO
7 // USA
8 // http://www.cs.wustl.edu/~schmidt/doc-center.html
9 // and
10 // Distributed Object Computing Laboratory
11 // University of California at Irvine
12 // Irvine, CA
13 // USA
14 // http://doc.ece.uci.edu/
15 // and
16 // Institute for Software Integrated Systems
17 // Vanderbilt University
18 // Nashville, TN
19 // USA
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
28 #include "TestImpl.h"
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();