pc_event.hh (9649:c717bd5e0a1d) pc_event.hh (12334:e0ab29a34764)
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;

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

29 * Steve Reinhardt
30 */
31
32#ifndef __PC_EVENT_HH__
33#define __PC_EVENT_HH__
34
35#include <vector>
36
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;

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

29 * Steve Reinhardt
30 */
31
32#ifndef __PC_EVENT_HH__
33#define __PC_EVENT_HH__
34
35#include <vector>
36
37#include "base/misc.hh"
37#include "base/logging.hh"
38#include "base/types.hh"
39
40class ThreadContext;
41class PCEventQueue;
42class System;
43
44class PCEvent
45{

--- 111 unchanged lines hidden ---
38#include "base/types.hh"
39
40class ThreadContext;
41class PCEventQueue;
42class System;
43
44class PCEvent
45{

--- 111 unchanged lines hidden ---