Re: _narrow() patch to CORBA::ORBit dropped?
- From: Huw Rogers <count0 building2 co jp>
- To: orbit-perl-list gnome org
- Subject: Re: _narrow() patch to CORBA::ORBit dropped?
- Date: Wed, 01 May 2002 10:08:24 +0900
I am thinking of forking orbit-perl and creating a project on
sourceforge for it, so we can get more done.
-Huw
> On Tue, 2002-04-30 at 17:24, Alex Hornby wrote:
> > Hi Owen,
> >
> > It doesn't look like any of the _narrow() patches have made it into CVS.
> > What needs to be done to get this in?
> >
> > Regards,
> > Alex.
> >
>
> Might be handy if I include a copy.
>
> This is a diff -u against CVS.
>
> Alex.
>
> Index: ORBit.xs
> ===================================================================
> RCS file: /cvs/gnome/orbit-perl/ORBit.xs,v
> retrieving revision 1.11
> diff -u -u -r1.11 ORBit.xs
> --- ORBit.xs 8 Feb 2001 05:43:33 -0000 1.11
> +++ ORBit.xs 30 Apr 2002 17:15:08 -0000
> @@ -359,6 +359,16 @@
> RETVAL = self->object_id;
> OUTPUT:
> RETVAL
> +
> +void
> +_narrow (self, repoid)
> + CORBA::Object self;
> + char * repoid;
> + CODE:
> + {
> + g_free(self->object_id);
> + self->object_id = g_strdup(repoid);
> + }
>
> void
> DESTROY (self)
>
>
> _______________________________________________
> orbit-perl-list mailing list
> orbit-perl-list gnome org
> http://mail.gnome.org/mailman/listinfo/orbit-perl-list
--
Huw Rogers <rogers building2 co jp>
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]