Deleted Added
sdiff udiff text old ( 8485:7a9a7f2a3d46 ) new ( 8645:89929730804b )
full compact
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;

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

27 */
28
29#ifndef __MEM_RUBY_SLICC_INTERFACE_ABSTRACTENTRY_HH__
30#define __MEM_RUBY_SLICC_INTERFACE_ABSTRACTENTRY_HH__
31
32#include <iostream>
33
34#include "mem/protocol/AccessPermission.hh"
35
36class DataBlock;
37
38class AbstractEntry
39{
40 public:
41 AbstractEntry();
42 virtual ~AbstractEntry() = 0;

--- 24 unchanged lines hidden ---