diff options
author | Joe George <joe@zeroc.com> | 2016-06-10 16:54:10 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2016-06-10 16:54:10 -0400 |
commit | 8cdae6f9730ad2610bc4c5e42bf195c342b5741e (patch) | |
tree | dff0170ccd7cbdd28844185c69f277e266de2c73 /cpp/test/ios/Classes/TestViewController.h | |
parent | ICE-7176 - Cleanup exception dtor noexcept (diff) | |
download | ice-8cdae6f9730ad2610bc4c5e42bf195c342b5741e.tar.bz2 ice-8cdae6f9730ad2610bc4c5e42bf195c342b5741e.tar.xz ice-8cdae6f9730ad2610bc4c5e42bf195c342b5741e.zip |
Rename Ice Touch references to Ice
Diffstat (limited to 'cpp/test/ios/Classes/TestViewController.h')
-rw-r--r-- | cpp/test/ios/Classes/TestViewController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/ios/Classes/TestViewController.h b/cpp/test/ios/Classes/TestViewController.h index 697e274f583..a97bea11e1c 100644 --- a/cpp/test/ios/Classes/TestViewController.h +++ b/cpp/test/ios/Classes/TestViewController.h @@ -2,7 +2,7 @@ // // Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. // -// This copy of Ice Touch is licensed to you under the terms described in the +// This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ********************************************************************** @@ -16,7 +16,7 @@ IBOutlet UITableView* output; IBOutlet UIActivityIndicatorView* activity; IBOutlet UIButton* nextButton; - + NSMutableString* currentMessage; NSMutableArray* messages; NSOperationQueue* queue; |