Deleted Added
sdiff udiff text old ( 9547:6d81435f56cb ) new ( 9663:45df88079f04 )
full compact
1/*
2 * Copyright (c) 2012-2013 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 909 unchanged lines hidden (view full) ---

918 popLabel()
919 {
920 if (isPrint())
921 safe_cast<PrintReqState*>(senderState)->popLabel();
922 }
923
924 void print(std::ostream &o, int verbosity = 0,
925 const std::string &prefix = "") const;
926};
927
928#endif //__MEM_PACKET_HH