/[svn]/libgig/trunk/src/Serialization.cpp
ViewVC logotype

Diff of /libgig/trunk/src/Serialization.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3769 by schoenebeck, Fri Feb 22 11:17:58 2019 UTC revision 3770 by schoenebeck, Sun May 17 14:05:08 2020 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2017-2019 Christian Schoenebeck                         *   *   Copyright (C) 2017-2020 Christian Schoenebeck                         *
4   *                           <cuse@users.sourceforge.net>                  *   *                           <cuse@users.sourceforge.net>                  *
5   *                                                                         *   *                                                                         *
6   *   This library is part of libgig.                                       *   *   This library is part of libgig.                                       *
# Line 1090  namespace Serialization { Line 1090  namespace Serialization {
1090          m_root = NO_UID;          m_root = NO_UID;
1091          m_isModified = false;          m_isModified = false;
1092          m_timeCreated = m_timeModified = LIBGIG_EPOCH_TIME;          m_timeCreated = m_timeModified = LIBGIG_EPOCH_TIME;
1093          decode(m_rawData);          decode(data);
1094      }      }
1095    
1096      /** @brief Create and fill the archive with the given serialized raw C-buffer data.      /** @brief Create and fill the archive with the given serialized raw C-buffer data.

Legend:
Removed from v.3769  
changed lines
  Added in v.3770

  ViewVC Help
Powered by ViewVC