[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [FR-devel] Namespace question
From: |
Rich Kilmer |
Subject: |
RE: [FR-devel] Namespace question |
Date: |
Tue, 1 Oct 2002 10:27:36 -0400 |
Done...
All commands are under:
module FreeRIDE
module Commands
end
end
All GUI components are under:
module FreeRIDE
module GUI
end
end
Will now move on to Fox (in general).
> -----Original Message-----
> From: address@hidden
> [mailto:address@hidden On
> Behalf Of Curt Hibbs
> Sent: Tuesday, October 01, 2002 8:54 AM
> To: address@hidden
> Subject: RE: [FR-devel] Namespace question
>
>
> Rich Kilmer wrote:
> >
> > Right now all the plugins we write are in the
> > FreeRIDE namespace.
> >
> > I was thinking that maybe we should put them in
> > different modules and maybe have class names like:
>
> [snipped examples]
>
> > Of course this does not effect the names of the files,
> > just the namespaces used within them.
> >
> > Thoughts???
>
> Sounds good to me.
>
> Curt
>
>
>
> _______________________________________________
> Freeride-devel mailing list address@hidden
> http://mail.freesoftware.fsf.org/mailman/listinfo/freeride-devel
>