Changeset 916 in SHVCSoftware for branches/SHM-upgrade/source/Lib/TLibCommon/AccessUnit.h
- Timestamp:
- 12 Nov 2014, 08:09:17 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-upgrade/source/Lib/TLibCommon/AccessUnit.h
r595 r916 39 39 #pragma once 40 40 41 #ifndef __ACCESSUNIT__ 42 #define __ACCESSUNIT__ 43 41 44 #include <list> 42 45 #include "NAL.h" … … 57 60 * AccessUnit will delete all contained objects. 58 61 */ 59 class AccessUnit : public std::list<NALUnitEBSP*> 62 class AccessUnit : public std::list<NALUnitEBSP*> // NOTE: Should not inherit from STL. 60 63 { 61 64 public: … … 70 73 71 74 //! \} 75 76 #endif
Note: See TracChangeset for help on using the changeset viewer.