Re: Renaming some messaging API member functions

2011-02-07 Thread Rajith Attapattu
I think this conversation is probably a good indication that we need to perhaps look at the API again and think, 1) How could we structure the base client written in "C++" ( or "C" if we take that route) that would make language bindings more easy to manage. 2) What are the methods/patterns that

Re: Renaming some messaging API member functions

2011-02-07 Thread Alan Conway
On 02/05/2011 09:30 PM, Paul Colby wrote: Hi all, As part of the PHP binding I'm working on, I need to rename (or discard) a couple member functions from the existing C++ messaging API (this is to work around a specific SWIG / PHP limitation - see https://sourceforge.net/tracker/?func=detail&aid

Renaming some messaging API member functions

2011-02-05 Thread Paul Colby
Hi all, As part of the PHP binding I'm working on, I need to rename (or discard) a couple member functions from the existing C++ messaging API (this is to work around a specific SWIG / PHP limitation - see https://sourceforge.net/tracker/?func=detail&aid=3168531&group_id=1645&atid=101645 for more