summaryrefslogtreecommitdiff
path: root/ACE/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp')
-rw-r--r--ACE/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp48
1 files changed, 48 insertions, 0 deletions
diff --git a/ACE/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp b/ACE/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp
new file mode 100644
index 00000000000..07a98139f2d
--- /dev/null
+++ b/ACE/TAO/TAO_IDL/be/be_visitor_operation/ami_exception_holder_operation_cs.cpp
@@ -0,0 +1,48 @@
+//
+// $Id$
+//
+
+// ============================================================================
+//
+// = LIBRARY
+// TAO IDL
+//
+// = FILENAME
+// ami_exception_holder_operation_cs.cpp
+//
+// = DESCRIPTION
+// Visitor generating code for Operation in the stubs file.
+//
+// = AUTHOR
+// Michael Kircher <Michael.Kircher@mchp.siemens.de>
+//
+// ============================================================================
+
+ACE_RCSID (be_visitor_operation,
+ ami_exception_holder_operation_cs,
+ "$Id$")
+
+// ************************************************************
+// Operation visitor for client stubs
+// ************************************************************
+
+be_visitor_operation_ami_exception_holder_operation_cs::
+be_visitor_operation_ami_exception_holder_operation_cs (
+ be_visitor_context *ctx
+ )
+ : be_visitor_operation (ctx)
+{
+}
+
+be_visitor_operation_ami_exception_holder_operation_cs::
+~be_visitor_operation_ami_exception_holder_operation_cs (void)
+{
+}
+
+int
+be_visitor_operation_ami_exception_holder_operation_cs::visit_operation (
+ be_operation *
+ )
+{
+ return 0;
+}