/core/externals/update-engine/externals/gdata-objectivec-client/Source/Elements/GDataElements.h
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// 17// GDataElements.h 18// 19// Common classes needed for any service 20// 21 22#import "GDataFramework.h" 23 24// utility classes 25#import "GTMHTTPFetcher.h" 26#import "GTMHTTPFetcherLogging.h" 27#import "GTMHTTPUploadFetcher.h" 28#import "GTMGatherInputStream.h" 29#import "GTMMIMEDocument.h" 30 31#import "GDataDateTime.h" 32#import "GDataServerError.h" 33 34// base classes 35#import "GDataObject.h" 36#import "GDataEntryBase.h" 37#import "GDataFeedBase.h" 38#import "GDataServiceBase.h" 39#import "GDataServiceGoogle.h" 40#import "GDataQuery.h"