Author: veithm
Date: Fri May 15 15:11:57 2015
New Revision: 1679597

URL: http://svn.apache.org/r1679597
Log:
Shut down all connections in destructor

Change-Id: If249a12946faebb97b1d60330658b4b19abc0155

Modified:
    
etch/trunk/binding-cpp/runtime/src/main/transport/EtchTcpTransportFactory.cpp

Modified: 
etch/trunk/binding-cpp/runtime/src/main/transport/EtchTcpTransportFactory.cpp
URL: 
http://svn.apache.org/viewvc/etch/trunk/binding-cpp/runtime/src/main/transport/EtchTcpTransportFactory.cpp?rev=1679597&r1=1679596&r2=1679597&view=diff
==============================================================================
--- 
etch/trunk/binding-cpp/runtime/src/main/transport/EtchTcpTransportFactory.cpp 
(original)
+++ 
etch/trunk/binding-cpp/runtime/src/main/transport/EtchTcpTransportFactory.cpp 
Fri May 15 15:11:57 2015
@@ -129,6 +129,8 @@ EtchTcpTransportFactory::MySessionListen
     EtchTransportHelper::DestroyResources(mRuntime, mResources);
   }
 
+  shutdownAllConnections();
+
   EtchList<EtchStack*>::Iterator it = mConnectionStacks->begin();
   while (it.hasNext()) {
     EtchStack* st = NULL;


Reply via email to