summaryrefslogtreecommitdiff
path: root/objective-c/src/Ice/ValueFactoryI.h
blob: edcfd43d1770d95de69782990848ad56de15a578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//

#import <objc/Ice/ValueFactory.h>

#include <Ice/Communicator.h>

@interface ICEValueFactoryManager : NSObject<ICEValueFactoryManager>
{
    NSMutableDictionary* valueFactories_;
}
-(id) init:(Ice::Communicator*)communicator prefixTable:(NSDictionary*)prefixTable;
@end