BluesZhang / gdata-objectivec-client

Automatically exported from code.google.com/p/gdata-objectivec-client
Other
0 stars 0 forks source link

GDataQueryGoogleHealth.h not imported in GDataHealth.h #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Compile this:
GDataQueryGoogleHealth *query = [GDataQueryGoogleHealth 
healthQueryWithFeedURL:[GDataServiceGoogleHealth 
profileFeedURLForProfileID:profileId]];

What is the expected output? What do you see instead?

Expected: no warnings

See Instead: "warning: no '+ healthQueryWithFeedURL:' method found"

Workaround: #import "GDataQueryGoogleHealth.h" manually

Proposed solution: Add
    #import "GDataQueryGoogleHealth.h"
to the end of GDataHealth.h

The rest of the new Health classes look great.  Thanks!

Original issue reported on code.google.com by fpars...@gmail.com on 10 Feb 2009 at 5:33

GoogleCodeExporter commented 9 years ago
Thanks.

Original comment by gregrobbins on 10 Feb 2009 at 9:36