Change attribute sync getter to match all other sync signatures, typo 2.0.2 genivi_release_4
authorJohannes Schanda <schanda@itestra.de>
Fri, 10 May 2013 11:00:28 +0000 (13:00 +0200)
committerJohannes Schanda <schanda@itestra.de>
Fri, 10 May 2013 11:00:28 +0000 (13:00 +0200)
src/CommonAPI/Attribute.h
src/CommonAPI/Runtime.h

index 8295a3e..d9c2391 100644 (file)
@@ -39,7 +39,7 @@ class ReadonlyAttribute {
         * @param value Reference to be filled with value.
         * @return Call status of the operation.
         */
-       virtual CallStatus getValue(_ValueType& value) const = 0;
+       virtual void getValue(CallStatus& callStaus, _ValueType& value) const = 0;
 
        /**
      * \brief Get value of attribute, usually from remote. Asynchronous call.
index e52f740..bc86062 100644 (file)
@@ -74,7 +74,7 @@ class Runtime {
     /**
      * \brief Create a factory for the loaded runtime
      *
-     * Create a factory for the loaded runtime
+     * Create a factory for the loaded rluntime
      *
      * @return Factory object for the loaded runtime
      */