On 08/29/2013 06:19 AM, Jeremy Wagner wrote:
Does a copy of a connection still share the same underlying pointer? How about through the assignment operator? Thanks!
Yes, Connections, Sessions, Senders and Receivers are all 'Handles', which essentially has a smart pointer to the actual state. So assignment or copy constructors give new handles pointing to the same logical entity.
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@qpid.apache.org For additional commands, e-mail: users-h...@qpid.apache.org