Changeset 1313 in 3DVCSoftware for trunk/source/Lib/TLibCommon/AccessUnit.h


Ignore:
Timestamp:
13 Aug 2015, 17:38:13 (9 years ago)
Author:
tech
Message:

Merged 14.1-update-dev1@1312.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibCommon/AccessUnit.h

    r1179 r1313  
    44 * granted under this license.
    55 *
    6 * Copyright (c) 2010-2015, ITU/ISO/IEC
     6 * Copyright (c) 2010-2015, ITU/ISO/IEC
    77 * All rights reserved.
    88 *
     
    3232 */
    3333
    34 /** 
     34/**
    3535 \file     AccessUnit.h
    3636 \brief    Access Unit class (header)
     
    3838
    3939#pragma once
     40
     41#ifndef __ACCESSUNIT__
     42#define __ACCESSUNIT__
    4043
    4144#include <list>
     
    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.