//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.11
//
// Bar in the module
* Foo is "::Foo::Bar".
*
*
The leading "::" is required.
* @param type The object type.
* @return The object created for the given type, or nil if the
* factory is unable to create the object.
*/
create(type:string):Ice.Value;
/**
* Called when the factory is removed from the communicator, or if
* the communicator is destroyed.
* @see Communicator#destroy
*/
destroy():void;
}
}