summaryrefslogtreecommitdiff
path: root/quellcode/demo1/Executor/Executor_i.h
diff options
context:
space:
mode:
authorManuel Traut <manut@mecka.net>2014-03-31 16:53:55 +0200
committerManuel Traut <manut@mecka.net>2014-03-31 16:53:55 +0200
commit1adba473e6917b227e1b0a1118148101dca202e7 (patch)
tree13180ede9564ba50c528b274ee5719b4e030ef06 /quellcode/demo1/Executor/Executor_i.h
parenteacbf5bb4d57af21c731f41251015d3b991ad490 (diff)
add quellcodeHEADmaster
Signed-off-by: Manuel Traut <manut@mecka.net>
Diffstat (limited to 'quellcode/demo1/Executor/Executor_i.h')
-rwxr-xr-xquellcode/demo1/Executor/Executor_i.h77
1 files changed, 77 insertions, 0 deletions
diff --git a/quellcode/demo1/Executor/Executor_i.h b/quellcode/demo1/Executor/Executor_i.h
new file mode 100755
index 0000000..6ab7b6c
--- /dev/null
+++ b/quellcode/demo1/Executor/Executor_i.h
@@ -0,0 +1,77 @@
+// -*- 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_ */