/core/externals/update-engine/externals/gdata-objectivec-client/Source/Elements/GDataElements.h

http://macfuse.googlecode.com/ · C++ Header · 40 lines · 14 code · 5 blank · 21 comment · 0 complexity · 9f4b9ab7710f29126e457e4e6d585faa 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. // GDataElements.h
  17. //
  18. // Common classes needed for any service
  19. //
  20. #import "GDataFramework.h"
  21. // utility classes
  22. #import "GTMHTTPFetcher.h"
  23. #import "GTMHTTPFetcherLogging.h"
  24. #import "GTMHTTPUploadFetcher.h"
  25. #import "GTMGatherInputStream.h"
  26. #import "GTMMIMEDocument.h"
  27. #import "GDataDateTime.h"
  28. #import "GDataServerError.h"
  29. // base classes
  30. #import "GDataObject.h"
  31. #import "GDataEntryBase.h"
  32. #import "GDataFeedBase.h"
  33. #import "GDataServiceBase.h"
  34. #import "GDataServiceGoogle.h"
  35. #import "GDataQuery.h"