R. Hicks
Sun, 06 Sep 2009 12:47:19 -0700
On 8/8/09 1:57 PM, Sherm Pendley wrote:
On Sat, Aug 8, 2009 at 1:25 PM, Eric Wilhelm<enoba...@gmail.com> wrote:# from Sherm Pendley # on Thursday 06 August 2009 18:54:I'm refactoring CamelBones, and I think a lot of it should be in an Inline::ObjectiveC module. Anyone mind if I use the name space?Will it support generic ObjectiveC, or only the mac? If it is cross-platform and generic, then ObjectiveC is great. If it only works for Cocoa, the name should probably be more specific.It's not there yet, but one of the primary design goals is to support the GNU libobjc as well as Apple's.
If you wanted to get them out at different times you could: Inline::Mac::ObjectiveC Inline::Gnu::ObjectiveC Just a thought... Robert