Date
1 - 2 of 2
mamaBridgeImpl_setProperty is broken
Yury Batrakov
Classification: Public
Hi everybody, I found that function mamaBridgeImpl_setProperty (files mama/c_cpp/src/c/bridge.h and mama/c_cpp/src/c/bridge.c) wasn't properly deleted from the codebase - it still exists in header file but was removed from .c file. Thus if some middleware bridge library is using this function it compiles successfully but can't be loaded by OpenMAMA. I suppose it was designed to replace the function with mamaBridgeImpl_setMetaProperty but the latter is not declared in header file and not exported so it won't be usable on Windows. Could you clarify if clients should use mamaBridgeImpl_setMetaProperty instead and schedule corresponding changes to the next release? Thanks. --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to https://www.db.com/disclosures for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy. |
|
Stuart Beattie
Hi Yury,
toggle quoted message
Show quoted text
Thanks for bringing this to our attention - we'll double check the correct behaviour here and making any necessary fixes. Thanks Stuart STUART BEATTIE Senior Software Engineer O. +44 28909 93365 M. sbeattie@... Adelaide Exchange Building, 2nd Floor, 24-26 Adelaide Street, Belfast, BT2 8GD velatradingtech.com | @vela_tt
-----Original Message-----
From: openmama-dev-bounces@... [mailto:openmama-dev-bounces@...] On Behalf Of Yury Batrakov Sent: 01 September 2016 14:56 To: openmama-dev@... Subject: [Openmama-dev] mamaBridgeImpl_setProperty is broken Classification: Public Hi everybody, I found that function mamaBridgeImpl_setProperty (files mama/c_cpp/src/c/bridge.h and mama/c_cpp/src/c/bridge.c) wasn't properly deleted from the codebase - it still exists in header file but was removed from .c file. Thus if some middleware bridge library is using this function it compiles successfully but can't be loaded by OpenMAMA. I suppose it was designed to replace the function with mamaBridgeImpl_setMetaProperty but the latter is not declared in header file and not exported so it won't be usable on Windows. Could you clarify if clients should use mamaBridgeImpl_setMetaProperty instead and schedule corresponding changes to the next release? Thanks. --- This e-mail may contain confidential and/or privileged information. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and delete this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail is strictly forbidden. Please refer to https://www.db.com/disclosures for additional EU corporate and regulatory disclosures and to http://www.db.com/unitedkingdom/content/privacy.htm for information about privacy. _______________________________________________ Openmama-dev mailing list Openmama-dev@... https://lists.openmama.org/mailman/listinfo/openmama-dev The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify us immediately by replying to this message and deleting it from your computer. Thank you. Vela Trading Technologies LLC |
|