realbasic-plugins
[Top] [All Lists]

Re: Conecptual problem. How to ?

To: REALbasic Plugins <realbasic-plugins at lists dot realsoftware dot com>
Subject: Re: Conecptual problem. How to ?
From: Einhugur Software <bjorn at einhugur dot com>
Date: Fri, 14 Jan 2005 18:44:32 +0000
Delivered-to: realbasic-plugins at lists dot realsoftware dot com
References: <BE0DD616 dot 273C1%sunshine at public dot kherson dot ua>

On 14.1.2005, at 18:03, Ruslan Zasukhin wrote:

On 1/14/05 6:07 PM, "James Milne" <james dot milne at mac dot com> wrote:

Ok, so the only way to use special internal function. Right ?
Problem is that I need extract from REALobject my C++ kernel object...

Yes, you will need to add a function to your I_Link interface which returns
the internal kernel object.

Can I hide this function or make it private ?


No, the nature of interfaces is that they are Public. Since there is no implementation then no code would see what is private - There is no such thing as a promise that is given but its handed out to no one (Which is what a private function of a Interface would mean).

--
______________________________________________________________________
Björn Eiríksson                            bjorn at einhugur dot com
Einhugur Software
http://www.einhugur.com/
______________________________________________________________________
Einhugur Software has sold its products in 43 countries world wide.
______________________________________________________________________
For support:                               support at einhugur dot com
To post on the maillist:                   einhugur at yahoogroups dot com
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>