Re: [C++] C++ Proxy assumes C++ Service implementation?

2007-01-23 Thread Simon Laws
On 1/22/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 22/01/07, Simon Laws [EMAIL PROTECTED] wrote: On 1/21/07, Pete Robbins [EMAIL PROTECTED] wrote: Simon, this code is in the extension that handles C++ components so we expect the implementation to be

Re: [C++] C++ Proxy assumes C++ Service implementation?

2007-01-23 Thread Pete Robbins
On 22/01/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 22/01/07, Simon Laws [EMAIL PROTECTED] wrote: On 1/21/07, Pete Robbins [EMAIL PROTECTED] wrote: Simon, this code is in the extension that handles C++ components so we expect the implementation to

Re: [C++] C++ Proxy assumes C++ Service implementation?

2007-01-23 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 22/01/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 22/01/07, Simon Laws [EMAIL PROTECTED] wrote: On 1/21/07, Pete Robbins [EMAIL PROTECTED] wrote: Simon, this code is in the extension that handles C++ components so we expect the

Re: [C++] C++ Proxy assumes C++ Service implementation?

2007-01-22 Thread Simon Laws
On 1/21/07, Pete Robbins [EMAIL PROTECTED] wrote: Simon, this code is in the extension that handles C++ components so we expect the implementation to be C++. This is not the default proxy. This code will be invoked because the definition of the component is an implementation.cpp. There is

Re: [C++] C++ Proxy assumes C++ Service implementation?

2007-01-22 Thread Pete Robbins
On 22/01/07, Simon Laws [EMAIL PROTECTED] wrote: On 1/21/07, Pete Robbins [EMAIL PROTECTED] wrote: Simon, this code is in the extension that handles C++ components so we expect the implementation to be C++. This is not the default proxy. This code will be invoked because the definition

Re: [C++] C++ Proxy assumes C++ Service implementation?

2007-01-22 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 22/01/07, Simon Laws [EMAIL PROTECTED] wrote: On 1/21/07, Pete Robbins [EMAIL PROTECTED] wrote: Simon, this code is in the extension that handles C++ components so we expect the implementation to be C++. This is not the default proxy. This code will be invoked

[C++] C++ Proxy assumes C++ Service implementation?

2007-01-21 Thread Simon Laws
The default C++ proxy currently seems to assume that its always trying to talk to a C++ service. Line 104 of CPPServiceProxy looks like // If we got here we have a CPP implementation CPPImplementation* impl = (CPPImplementation *)componentType; Did I understand

Re: [C++] C++ Proxy assumes C++ Service implementation?

2007-01-21 Thread Pete Robbins
Simon, this code is in the extension that handles C++ components so we expect the implementation to be C++. This is not the default proxy. This code will be invoked because the definition of the component is an implementation.cpp. There is similar code in e.g. the ruby RubyServiceProxy that will