Intended Usage
The allocbuf method is used by a client program to allocate a sequence of pointers to Request elements. The pointers are initialized to NULL. The newly allocated buffer can be passed to the "CORBA::Request_ptr *" constructor. Memory allocated using the allocbuf method must be freed using the freebuf method or by transferring ownership to a RequestSeq object.
Syntax
CORBA::Request_ptr allocbuf(CORBA::ULong nelems);
Input parameters
Return values