Deleted Added
sdiff udiff text old ( 12080:2e61522397dd ) new ( 12082:ffa559ffeecc )
full compact
1/*
2 * Copyright (c) 2000-2005 The Regents of The University of Michigan
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * Copyright (c) 2013 Mark D. Hill and David A. Wood
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions are

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

795 name() const
796 {
797 return object->name() + ".wrapped_event";
798 }
799
800 const char *description() const { return "EventWrapped"; }
801};
802
803#endif // __SIM_EVENTQ_HH__