Merge branch 'master' into windows-port
[platform/upstream/iotivity.git] / resource / include / OCRepresentation.h
index a7df3a0..65760e7 100644 (file)
@@ -178,6 +178,10 @@ namespace OC
                 m_values[str] = std::forward<T>(val);
             }
 
+            const std::map<std::string, AttributeValue>& getValues() const {
+                return m_values;
+            }
+
             /**
              *  Retrieve the attribute value associated with the supplied name
              *