<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Adapt supportsService implementations to cppu::supportsService"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=54938#c48">Comment # 48</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Adapt supportsService implementations to cppu::supportsService"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=54938">bug 54938</a>
              from <span class="vcard"><a class="email" href="mailto:vicenzi.alexandre@gmail.com" title="Alexandre Vicenzi <vicenzi.alexandre@gmail.com>"> <span class="fn">Alexandre Vicenzi</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=54938#c47">comment #47</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=54938#c46">comment #46</a>)
> > Does OObjectBase (reportdesign/source/core/sdr/RptObject.cxx,
> > reportdesign/inc/RptObject.hxx) support any service? I can't find
> > Implementation Name and
> > Supported Service Names.

> OObjectBase::supportsService appears to not be an implementation of
> css.lang.XServiceInfo.supportsService.  Just leave it alone when converting
> implementations of XServiceInfo.supportsService to use cppu::supportsService.

> > If OObjectBase doesn't support, I think my implementation would be OK. Else
> > if supports any service I need those services name to fix what I have done.
> > 
> > The old implementation not even had getSupportedServiceNames() and
> > getImplementationName() methods.

> Not sure what "old" and "new" implementations you are referring to.</span >

But, I can add support to XServiceInfo right? Is this what I trying to do.

The old and new, are what I'm trying to do. I made OObjectBase inherit from
XServiceInfo and I added the missing methods. I didn't commit this one yet.

What do you think?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>