> I have what I suppose is a very basic question about the use of a typedef'd > enumerated data type. I want to use such a definition in multiple > implementation files in my project, and I'm wondering what would be the best > place to put the definition, so it is accessible from all these different > files?
Simply place it in a separate header file, in the project, and #import that file into whichever implementation files you need to use it. Joanna -- Joanna Carter Carter Consulting _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com