RE: orbit generated headers



         Reply to:   RE: orbit generated headers

Can anyone help me to sett up CVSROOT variable for set up linux as a cvs server?

Thanks in advance



Mlacage wrote:
>hi
>
>I just noticed something which seems wrong to me in orbit generated headers:
>the folowing interface declaration :
>module FruitsBasket {
> interface Aple {
> void EatMe ();
> void ThrowMe ();
> };
>};
>
>will generate the folowing function signatures in the generated header:
>
>void (*EatMe) (PortableServant_Servant *servant, CORBA_Environment)
>while it should be (the standard says so at least)
>void (*EatMe) (POA_FruitsBasket_Apple * servant, CORBA_Environment)
>I know that it happens to be just the same but...
>
>I also noticed that the implementation skeleton generated by orbit
>implicitely creates a data structure to pass more information to the
>implementation functions: the poa. we have
>typedef struct {
> FruitsBasket_Apple servant;
> PortableServer_POA poa;
>} impl_FruitsBasket_Apple;
>
>Am i right ?
>
>
>--
>To unsubscribe: mail
gnome-devel-list-request@gnome.org with "unsubscribe"
>as the Subject.
>
>
>
>RFC822 header
>-----------------------------------
>
> RECEIVED: from SF_Database by POP_Mailbox_-1276974193 ; 20 AUG 99 11:25:03 UT
> Received: from LISTS.REDHAT.COM by quickdns.computime.it
> with SMTP (QuickMail Pro Server for MacOS 1.1.2); 20-Aug-1999
>11:24:58 +0200
> Received: (qmail 8165 invoked by uid 501); 20 Aug 1999 09:24:53 -0000
> Resent-Date: 20 Aug 1999 09:24:53 -0000
> Resent-Cc: recipient list not shown: ;
> MBOX-Line: From
gnome-devel-list-request@gnome.org Fri Aug 20 05:24:52 1999
> From:
Mlacage@aol.com
> Message-ID: <
86bc2eab.24ee78b8@aol.com>
> Date: Fri, 20 Aug 1999 05:24:08 EDT
> Subject: orbit generated headers
> To:
gnome-devel-list@gnome.org
> MIME-Version: 1.0
> Content-Type: text/plain; charset="us-ascii"
> Content-Transfer-Encoding: 7bit
> X-Mailer: AOL 4.0.i for Windows 95 sub 166
> Resent-Message-ID: <"oSwZ31.0.q-1.axHlt"@lists.redhat.com>
> Resent-From:
gnome-devel-list@gnome.org
> X-Mailing-List: <
gnome-devel-list@gnome.org> archive/latest/1881
> X-Loop:
gnome-devel-list@gnome.org
> Precedence: list
> Resent-Sender:
gnome-devel-list-request@gnome.org
> X-URL:
http://www.redhat.com
>


Saluti
----------------------------------------
Claudio Bisegni - c.bisegni@computime.it
Computime S.r.l.
Via Caserta 00161 Rome Italy
Tel:06/442561
----------------------------------------


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]