diff options
Diffstat (limited to 'objective-c/include/objc/IceGrid/IceGrid.h')
-rw-r--r-- | objective-c/include/objc/IceGrid/IceGrid.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/objective-c/include/objc/IceGrid/IceGrid.h b/objective-c/include/objc/IceGrid/IceGrid.h new file mode 100644 index 00000000000..6d3772b231d --- /dev/null +++ b/objective-c/include/objc/IceGrid/IceGrid.h @@ -0,0 +1,19 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2015 ZeroC, Inc. All rights reserved. +// +// This copy of Ice is licensed to you under the terms described in the +// ICE_LICENSE file included in this distribution. +// +// ********************************************************************** + +#import <objc/IceGrid/Admin.h> +#import <objc/IceGrid/Exception.h> +#import <objc/IceGrid/Observer.h> +#import <objc/IceGrid/Registry.h> +#import <objc/IceGrid/UserAccountMapper.h> +#import <objc/IceGrid/Descriptor.h> +#import <objc/IceGrid/FileParser.h> +#import <objc/IceGrid/Locator.h> +#import <objc/IceGrid/Query.h> +#import <objc/IceGrid/Session.h> |