PreviousNext

-no_mepv

Causes the compiler to not generate a manager Entry Point Vector (EPV) in the server stub. Use this argument if the manager code and IDL file do not use the same operation names. If you specify this argument you must provide an EPV within the manager code that can be used when the interface is registered with the RPC server runtime. The name of the type that you construct an EPV with is if_name_vmajor-version_minor-version_epv_t where if_name is the interface name. It is not necessary to use this argument if the operation names in the manager code and IDL file are the same. In this case, the compiler generates a manager EPV in the server stub using the names of the operations in the IDL file. For information on registering the server, see the rpc_intro(3rpc) and rpc_server_register_if(3rpc) reference pages. See also the OSF DCE Application Development Guide - Core Components .