mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Renamed caf::PdmXmlObjectHandle::isOfClassKeyword to ::inheritsClassWithKeyword
This commit is contained in:
@@ -8,7 +8,10 @@ package rips;
|
||||
/*
|
||||
* The Commands service handles generic ResInsight RicfCommandObject-commands
|
||||
* The CommandParams is used to deduce command name from the chosen oneof-message
|
||||
* .. and the parameters are in the oneof-message itself. */
|
||||
* .. and the parameters are in the oneof-message itself.
|
||||
* Note that we several times duplicate nearly the same message. This is because
|
||||
* it is not recommended to reuse existing messages for different purposes.
|
||||
*/
|
||||
service Commands
|
||||
{
|
||||
rpc Execute(CommandParams) returns(CommandReply) {}
|
||||
|
||||
Reference in New Issue
Block a user