#ifndef __REQUEST__H
#define __REQUEST__H
CORBA::Request_ptr create_request( CORBA::Object_ptr obj, const char* opname );
#endif