From: "Age Mooy" <[EMAIL PROTECTED]>
> Hi,
> 
> I tried to acces the doSelectJoinX() method of one of my Peers from a pull tool and 
>the compiler told me that
> this method was protected... why is this ? Now I'm forced to add a wrapper method to 
>the Peer extension class
> to access this protected method... was this the plan ?
> 
> Age

Apparently this was the plan.  I think the idea is that the operation is relatively 
expensive and by forcing you to implement an overriding method in the peer 
class you have the opportunity to decide how easy it will be to do this.

Scott


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to