Adding JsonSchema parser implementation for simulator and Updating Raml Parser.
[platform/upstream/iotivity.git] / service / simulator / ramlparser / raml / model / Header.h
index 47e03f7..3aca86b 100755 (executable)
@@ -8,7 +8,7 @@
  * you may not use this file except in compliance with the License.\r
  * You may obtain a copy of the License at\r
  *\r
- *             http://www.apache.org/licenses/LICENSE-2.0\r
+ *      http://www.apache.org/licenses/LICENSE-2.0\r
  *\r
  * Unless required by applicable law or agreed to in writing, software\r
  * distributed under the License is distributed on an "AS IS" BASIS,\r
@@ -31,6 +31,7 @@ namespace RAML
             Header(const YAML::Node &yamlNode) : AbstractParam(yamlNode) {}\r
             Header() {}\r
     };\r
+    typedef std::shared_ptr<Header> HeaderPtr;\r
 \r
 }\r
 #endif\r