Ice 3.8
Slice API Reference
Loading...
Searching...
No Matches

◆ allocateObjectByType()

["amd"]
Object * allocateObjectByType ( string type) throws AllocationException

Allocates an object with the given type.

Parameters
typeThe type of the object.
Returns
A proxy to the allocated object. This proxy is never null.
Exceptions
AllocationExceptionThrown when the allocation fails.
See also
setAllocationTimeout
releaseObject