surjit / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

OAuthConsumer.framework (Objective C) doesn't flag OAAsynchronousDataFetcher.h as public #93

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download OAuthConsumer.framework sources
2. Compile
3. Attempt to include OAuthConsumer/OAuthConsumer.h in project
4. Notice the failed import of OAAsynchronousDataFetcher.h and the lack of 
newline at the end 
of the header file.

What version of the product are you using? On what operating system?
Last Changed Author: zsombor
Last Changed Rev: 829

OS X 10.5.6

Please provide any additional information below.

Attached is a diff file which corrects both the newline error and the lack of 
inclusion in the 
project. This fixes a warning when using the OAuthConsumer.h when 
OAAsynchronousDataFetcher.h is included as well as producing the latter in a 
build.

Original issue reported on code.google.com by zacw...@gmail.com on 18 Mar 2009 at 8:12

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by leah.culver on 19 May 2009 at 10:04