ILP-402 : created "raw" types for C and C++
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -175,8 +175,8 @@ | ... | @@ -175,8 +175,8 @@ |
175 | <type name="raw"> | 175 | <type name="raw"> |
176 | <comment>Variable sized collection of bytes</comment> | 176 | <comment>Variable sized collection of bytes</comment> |
177 | <!-- may change this type --> | 177 | <!-- may change this type --> |
178 | <lang name="c" type="CXMFString" include="Tensor/CXMF/CXMFString.h"/> | 178 | <lang name="c" type="CXMFRaw" include="Tensor/CXMF/CXMFRaw.h"/> |
179 | <lang name="cpp" type="::Tensor::XMF::Atom" include="Tensor/XMF/Atom.h"/> | 179 | <lang name="cpp" type="::Tensor::Types::Raw" include="Tensor/Types/Raw.h"/> |
180 | <lang name="java" type="XidRaw" include="com.telecomsys.tensor.xid.XidRaw"/> | 180 | <lang name="java" type="XidRaw" include="com.telecomsys.tensor.xid.XidRaw"/> |
181 | <lang name="node" type="Atom"/> | 181 | <lang name="node" type="Atom"/> |
182 | </type> | 182 | </type> | ... | ... |
-
Please register or sign in to post a comment