3.13 Operation Declaration Operation declarations in OMG IDL are similar to C function declarations. The syntax is: (87) <op_dcl> ::= [ <op_attribute> ] <op_type_spec> <identifier> <parameter_dcls> [ <raises_expr> ] [ <context_expr> ] (88) <op_attribute> ::= “oneway” (89) <op_type_spec> ::= <param_type_spec> | “void
Marshalling: Serialisierung aller zu sendender Daten in eine Nachricht. Unmarshalling: Deserialisierung einer Nachricht nach Empfang. Nachrichteninhalte bei ...
Late binding - QEC principle ...