base.hh (8794:e2ac2b7164dd) | base.hh (8799:dac1e33e07b0) |
---|---|
1/* 2 * Copyright (c) 2003-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; --- 91 unchanged lines hidden (view full) --- 100 { 101 public: 102 BaseCache *cache; 103 104 protected: 105 CachePort(const std::string &_name, BaseCache *_cache, 106 const std::string &_label); 107 | 1/* 2 * Copyright (c) 2003-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; --- 91 unchanged lines hidden (view full) --- 100 { 101 public: 102 BaseCache *cache; 103 104 protected: 105 CachePort(const std::string &_name, BaseCache *_cache, 106 const std::string &_label); 107 |
108 virtual void recvStatusChange(Status status); | 108 virtual void recvRangeChange() const; |
109 110 virtual unsigned deviceBlockSize() const; 111 112 bool recvRetryCommon(); 113 114 typedef EventWrapper<Port, &Port::sendRetry> 115 SendRetryEvent; 116 --- 430 unchanged lines hidden --- | 109 110 virtual unsigned deviceBlockSize() const; 111 112 bool recvRetryCommon(); 113 114 typedef EventWrapper<Port, &Port::sendRetry> 115 SendRetryEvent; 116 --- 430 unchanged lines hidden --- |