pc_event.hh (3555:5390475618b1) pc_event.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

30 */
31
32#ifndef __PC_EVENT_HH__
33#define __PC_EVENT_HH__
34
35#include <vector>
36
37#include "base/misc.hh"
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

30 */
31
32#ifndef __PC_EVENT_HH__
33#define __PC_EVENT_HH__
34
35#include <vector>
36
37#include "base/misc.hh"
38#include "sim/host.hh"
38#include "base/types.hh"
39
40class ThreadContext;
41class PCEventQueue;
42
43class PCEvent
44{
45 protected:
46 std::string description;

--- 98 unchanged lines hidden ---
39
40class ThreadContext;
41class PCEventQueue;
42
43class PCEvent
44{
45 protected:
46 std::string description;

--- 98 unchanged lines hidden ---