Message.hh (7973:e5550966464a) Message.hh (8608:02d7ac5fb855)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

28
29#ifndef __MEM_RUBY_SLICC_INTERFACE_MESSAGE_HH__
30#define __MEM_RUBY_SLICC_INTERFACE_MESSAGE_HH__
31
32#include <iostream>
33
34#include "base/refcnt.hh"
35#include "mem/ruby/common/Global.hh"
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

28
29#ifndef __MEM_RUBY_SLICC_INTERFACE_MESSAGE_HH__
30#define __MEM_RUBY_SLICC_INTERFACE_MESSAGE_HH__
31
32#include <iostream>
33
34#include "base/refcnt.hh"
35#include "mem/ruby/common/Global.hh"
36#include "mem/ruby/common/TypeDefines.hh"
36#include "mem/ruby/eventqueue/RubyEventQueue.hh"
37
38class Message;
39typedef RefCountingPtr<Message> MsgPtr;
40
41class Message : public RefCounted
42{
43 public:

--- 44 unchanged lines hidden ---
37#include "mem/ruby/eventqueue/RubyEventQueue.hh"
38
39class Message;
40typedef RefCountingPtr<Message> MsgPtr;
41
42class Message : public RefCounted
43{
44 public:

--- 44 unchanged lines hidden ---