// -*- C++ -*- // // $Id$ // **** Code generated by the The ACE ORB (TAO) IDL Compiler **** // TAO and the TAO IDL Compiler have been developed by: // Center for Distributed Object Computing // Washington University // St. Louis, MO // USA // http://www.cs.wustl.edu/~schmidt/doc-center.html // and // Distributed Object Computing Laboratory // University of California at Irvine // Irvine, CA // USA // http://doc.ece.uci.edu/ // and // Institute for Software Integrated Systems // Vanderbilt University // Nashville, TN // USA // http://www.isis.vanderbilt.edu/ // // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from // be/be_codegen.cpp:1001 #ifndef EXECUTORI_H_ #define EXECUTORI_H_ #include "ExecutorS.h" #include "../Receiver/ReceiverC.h" #include "../Controller/ControllerC.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) #pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ class Executor_ExecCmd_i : public virtual POA_Executor::ExecCmd { private: Receiver::Put_var put; Controller::Display_var display; public: // Constructor Executor_ExecCmd_i (int argc, char* argv[], CORBA::ORB_var orb); Executor_ExecCmd_i (void); // Destructor virtual ~Executor_ExecCmd_i (void); virtual ::CORBA::Boolean changeMode ( ::CORBA::Short mode ) ACE_THROW_SPEC (( ::CORBA::SystemException )); virtual ::CORBA::Boolean setPorts ( ::CORBA::Short one, ::CORBA::Short two, ::CORBA::Short three ) ACE_THROW_SPEC (( ::CORBA::SystemException )); }; #endif /* EXECUTORI_H_ */