os/ossrv/ossrv_pub/io_stream_api/io_stream_api.metaxml
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
sl@0
     1
<?xml version="1.0" ?>
sl@0
     2
<api id="d26d42f6a6e88910176c3bd2eda7e277" dataversion="1.0">
sl@0
     3
  <name>IO stream API</name>
sl@0
     4
  <description>APIs for doing buffered/non-buffered Input/Output on all streams. Streams can be files, strings etc</description>
sl@0
     5
  <type>c++</type>
sl@0
     6
  <subsystem>stdcpp</subsystem>
sl@0
     7
  <libs>
sl@0
     8
    <lib name="libstdcpp.lib" />
sl@0
     9
  </libs>
sl@0
    10
  <release category="sdk" sinceversion="5.0"/>
sl@0
    11
  <attributes>
sl@0
    12
     <!-- This indicates wether the api provedes separate html documentation -->
sl@0
    13
     <!-- or is the additional documentation generated from headers. -->
sl@0
    14
     <!-- If you are unsuere then the value is "no" -->
sl@0
    15
     <htmldocprovided>yes</htmldocprovided>
sl@0
    16
     <adaptation>no</adaptation>
sl@0
    17
  </attributes>
sl@0
    18
</api>