blob: 704afa37ef21126123ddd5de8fb9fdb840756bd0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
#import <objc/Ice/Current.h>
#include <Ice/Current.h>
@interface ICECurrent (IceInternal)
-(ICECurrent*) initWithCurrent:(const Ice::Current&)arg;
@end
|