Ignore:
Timestamp:
12 Nov 2014, 08:09:17 (10 years ago)
Author:
seregin
Message:

initial porting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-upgrade/source/Lib/TLibCommon/AccessUnit.h

    r595 r916  
    3939#pragma once
    4040
     41#ifndef __ACCESSUNIT__
     42#define __ACCESSUNIT__
     43
    4144#include <list>
    4245#include "NAL.h"
     
    5760 * AccessUnit will delete all contained objects.
    5861 */
    59 class AccessUnit : public std::list<NALUnitEBSP*>
     62class AccessUnit : public std::list<NALUnitEBSP*> // NOTE: Should not inherit from STL.
    6063{
    6164public:
     
    7073
    7174//! \}
     75
     76#endif
Note: See TracChangeset for help on using the changeset viewer.