On Feb 23, 2011, at 12:35 PM, James Bucanek wrote: > Also, I'm still curious to know if I should be using extern "C" when > importing Objective-C headers in a Objective-C++ modules?
The Objective-C constructs are unaffected by `extern "C"`. Of course, if your Objective-C header declares a C function then you'll still need to mark it `extern "C"`. -- Greg Parker gpar...@apple.com Runtime Wrangler _______________________________________________ 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