From cbe92e540a7f02f0bdf93192424bd119189365b7 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 1 Jun 2018 17:41:03 +0200 Subject: Do not use Ice::Application for Ice testsuite --- cpp/test/ios/controller/Classes/ControllerView.h | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 cpp/test/ios/controller/Classes/ControllerView.h (limited to 'cpp/test/ios/controller/Classes/ControllerView.h') diff --git a/cpp/test/ios/controller/Classes/ControllerView.h b/cpp/test/ios/controller/Classes/ControllerView.h new file mode 100644 index 00000000000..8a7b43f414f --- /dev/null +++ b/cpp/test/ios/controller/Classes/ControllerView.h @@ -0,0 +1,28 @@ +// ********************************************************************** +// +// Copyright (c) 2003-2018 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 + +@protocol ControllerView +-(void) print:(NSString*)msg; +-(void) println:(NSString*)msg; +@end + +@interface ControllerView : UIViewController +{ +@private + IBOutlet UIPickerView* interfaceIPv4; + IBOutlet UIPickerView* interfaceIPv6; + IBOutlet UITextView* output; + void (*startController)(id, NSString*, NSString*); + void (*stopController)(id); + NSMutableArray* interfacesIPv4; + NSMutableArray* interfacesIPv6; +} +@end -- cgit v1.2.3