Changeset 192e299 in thomson for elec/CrO2/software/k5.h


Ignore:
Timestamp:
Feb 3, 2012, 7:37:06 PM (12 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
c2a9854
Parents:
f9263dd
Message:

Cleanup.

git-svn-id: svn://localhost/thomson@15 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • elec/CrO2/software/k5.h

    rf9263dd r192e299  
    1717                                Block(const Block& other);
    1818                                ~Block();
     19                                const Block& operator=(const Block& other);
    1920
    2021                                int length;
    2122                                uint8_t* data;
    2223                                uint8_t type;
     24                        private:
     25                                Block();
    2326                };
    2427
     
    2730
    2831        private:
     32                K5();
    2933                std::vector<Block> blocks;
    3034};
Note: See TracChangeset for help on using the changeset viewer.