Renamed caf::PdmXmlObjectHandle::isOfClassKeyword to ::inheritsClassWithKeyword

This commit is contained in:
Gaute Lindkvist
2019-10-09 09:26:30 +02:00
parent 11117383db
commit 2961782be1
4 changed files with 12 additions and 9 deletions

View File

@@ -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) {}