Why not, indeed :)

Regards

Teravus

On 3/27/09, Frisby, Adam <[email protected]> wrote:
> Why not convert to a dictionary?
>
> Dictionary<UUID,Vector3> CourseLocations
>
> Adam
>
> > -----Original Message-----
> > From: [email protected] [mailto:opensim-dev-
> > [email protected]] On Behalf Of Teravus Ovares
> > Sent: Friday, 27 March 2009 6:56 PM
> > To: opensim-dev
> > Subject: [Opensim-dev] Modifications to IClientAPI
> >
> > Hey everyone
> >
> > Just giving everyone fair warning that as r8912, IClientAPI has
> > changed slightly.  This will require client stacks that implement
> > IClientAPI to be modified.
> >
> > The change is very small, but since it's public API, I thought notice
> > was prudent.
> >
> > void SendCoarseLocationUpdate(List<Vector3> CoarseLocations);
> >
> > to
> >
> > void SendCoarseLocationUpdate(List<UUID> users, List<Vector3>
> > CoarseLocations);
> >
> > Note: There is a new List<UUID> parameter.
> > LLClientView expects there to be a parallel set of arrays.
> >
> > Sincerely
> >
> > Teravus
> > _______________________________________________
> > Opensim-dev mailing list
> > [email protected]
> > https://lists.berlios.de/mailman/listinfo/opensim-dev
> _______________________________________________
> Opensim-dev mailing list
> [email protected]
> https://lists.berlios.de/mailman/listinfo/opensim-dev
>
_______________________________________________
Opensim-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/opensim-dev

Reply via email to