summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.cpp')
-rw-r--r--CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.cpp22
1 files changed, 0 insertions, 22 deletions
diff --git a/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.cpp b/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.cpp
deleted file mode 100644
index 64802e0d1ab..00000000000
--- a/CIAO/connectors/ami4ccm/ami4ccm/ami4ccm.cpp
+++ /dev/null
@@ -1,22 +0,0 @@
-// -*- C++ -*-
-#include "ami4ccm/ami4ccm.h"
-#include "tao/debug.h"
-
-CCM_AMI::ExceptionHolder_i::ExceptionHolder_i (
- ::Messaging::ExceptionHolder* holder)
- : holder_ (holder)
-{
-}
-
-void
-CCM_AMI::ExceptionHolder_i::raise_exception (void)
-{
- if (holder_)
- {
- holder_->raise_exception ();
- }
- else
- {
- throw ::CORBA::UNKNOWN (TAO::VMCID, CORBA::COMPLETED_YES);
- }
-}