summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC_svnt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/examples/handcrafted/BasicSP/EC/EC_svnt.cpp')
-rw-r--r--TAO/CIAO/examples/handcrafted/BasicSP/EC/EC_svnt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC_svnt.cpp b/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC_svnt.cpp
index 6e7508760f8..c7d1cb86168 100644
--- a/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC_svnt.cpp
+++ b/TAO/CIAO/examples/handcrafted/BasicSP/EC/EC_svnt.cpp
@@ -642,7 +642,7 @@ CIAO_GLUE_BasicSP::EC_Servant::start (ACE_ENV_SINGLE_ARG_DECL)
{
cout << "Amba Here ?? " << endl;
// Simply relay to executor. May not need to return the result...
- return this->executor_->start (ACE_ENV_SINGLE_ARG_PARAMETER);
+ this->executor_->start (ACE_ENV_SINGLE_ARG_PARAMETER);
}
void