/[Apache-SVN]
ViewVC logotype

Revision 1578873


Jump to revision: Previous Next
Author: veithm
Date: Tue Mar 18 13:34:54 2014 UTC (10 years, 1 month ago)
Changed paths: 18
Log Message:
Changing mailbox parameter from native pointer to smartpointer

The SmartPointer is needed as due to multi threading it is not know
who should delete the mailbox at the end. Either the generated code needs
to delete it or the stack itself. This problem is solved by using
smartpointers.

Change-Id: I2c1ac6ca3ed126afa438e700f5849ffdaf03b2bb

Changed paths

Path Details
Directoryetch/trunk/binding-cpp/compiler/src/main/resources/org/apache/etch/bindings/cpp/compiler/remote_cpp.vm modified , text changed
Directoryetch/trunk/binding-cpp/compiler/src/main/resources/org/apache/etch/bindings/cpp/compiler/remote_h.vm modified , text changed
Directoryetch/trunk/binding-cpp/runtime/include/support/EtchAsyncResult.h modified , text changed
Directoryetch/trunk/binding-cpp/runtime/include/support/EtchAsyncResultNone.h modified , text changed
Directoryetch/trunk/binding-cpp/runtime/include/support/EtchDeliveryService.h modified , text changed
Directoryetch/trunk/binding-cpp/runtime/include/support/EtchRemoteBase.h modified , text changed
Directoryetch/trunk/binding-cpp/runtime/include/transport/EtchDefaultDeliveryService.h modified , text changed
Directoryetch/trunk/binding-cpp/runtime/include/transport/EtchMailboxManager.h modified , text changed
Directoryetch/trunk/binding-cpp/runtime/include/transport/EtchPlainMailboxManager.h modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/main/support/EtchAsyncResultNone.cpp modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/main/support/EtchPlainMailbox.cpp modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/main/support/EtchRemoteBase.cpp modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/main/transport/EtchDefaultDeliveryService.cpp modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/main/transport/EtchPlainMailboxManager.cpp modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/test/support/EtchPlainMailboxTest.cpp modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/test/support/EtchRemoteBaseTest.cpp modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/test/transport/EtchDefaultDeliveryServiceTest.cpp modified , text changed
Directoryetch/trunk/binding-cpp/runtime/src/test/transport/EtchPlainMailboxManagerTest.cpp modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26