~ubuntu-branches/ubuntu/karmic/libsmbios/karmic

« back to all changes in this revision

Viewing changes to libraries/xml_libxml2/SmbiosXml.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Tallon
  • Date: 2008-03-07 23:40:37 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20080307234037-2zlfuf8nnr8an0b5
Tags: upstream-0.13.13
ImportĀ upstreamĀ versionĀ 0.13.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <sstream>
24
24
#include <iomanip>
 
25
#include <string.h>
25
26
 
26
27
#include "SmbiosXmlImpl.h"
27
28
#include "StdSmbiosXml.h"