Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / InterfaceRepo / Application_Test / test_i.h
blob606dd538ee048dd57352aa3cbb9a49047c2c144e
1 // -*- C++ -*-
2 #include "testS.h"
4 // Must include this header file and link to TAO_IFR_Client.lib
5 // to dynamically load this necessary library.
6 #include "tao/IFR_Client/IFR_Client_Adapter_Impl.h"
8 class inventory_i : public POA_warehouse::inventory
10 public:
11 CORBA::Boolean getCDinfo (const char * artist,
12 char *& title,
13 CORBA::Float_out price);