/Source/externals/GData/Source/GData.h

http://google-email-uploader-mac.googlecode.com/ · C++ Header · 40 lines · 15 code · 4 blank · 21 comment · 0 complexity · 781dd31977a7abf58ce27c2bf55ef4b5 MD5 · raw file

  1. /* Copyright (c) 2007-2008 Google Inc.
  2. *
  3. * Licensed under the Apache License, Version 2.0 (the "License");
  4. * you may not use this file except in compliance with the License.
  5. * You may obtain a copy of the License at
  6. *
  7. * http://www.apache.org/licenses/LICENSE-2.0
  8. *
  9. * Unless required by applicable law or agreed to in writing, software
  10. * distributed under the License is distributed on an "AS IS" BASIS,
  11. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. * See the License for the specific language governing permissions and
  13. * limitations under the License.
  14. */
  15. //
  16. // GData.h
  17. //
  18. // Client services. Rather than include GData.h, applications
  19. // can include just the client service header needed, like
  20. // #import "GData/GDataCalendar.h"
  21. #import "GDataAnalytics.h"
  22. #import "GDataBlogger.h"
  23. #import "GDataBooks.h"
  24. #import "GDataCalendar.h"
  25. #import "GDataContacts.h"
  26. #import "GDataCodeSearch.h"
  27. #import "GDataDocs.h"
  28. #import "GDataFinance.h"
  29. #import "GDataMaps.h"
  30. #import "GDataPhotos.h"
  31. #import "GDataSpreadsheet.h"
  32. #import "GDataWebmasterTools.h"
  33. #import "GDataYouTube.h"
  34. // Optional common interfaces
  35. #import "GDataACL.h"
  36. #import "GDataServiceIntrospection.h"