intdev.hh (7811:a8fc35183c10) intdev.hh (7899:38eca2df1124)
1/*
2 * Copyright (c) 2008 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;

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

133 {
134 panic("recvMessage not implemented.\n");
135 return 0;
136 }
137
138 virtual Tick
139 recvResponse(PacketPtr pkt)
140 {
1/*
2 * Copyright (c) 2008 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;

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

133 {
134 panic("recvMessage not implemented.\n");
135 return 0;
136 }
137
138 virtual Tick
139 recvResponse(PacketPtr pkt)
140 {
141 delete pkt->req;
142 delete pkt;
143 return 0;
144 }
145
146 virtual void
147 getIntAddrRange(AddrRangeList &range_list)
148 {
149 panic("intAddrRange not implemented.\n");
150 }

--- 89 unchanged lines hidden ---
141 return 0;
142 }
143
144 virtual void
145 getIntAddrRange(AddrRangeList &range_list)
146 {
147 panic("intAddrRange not implemented.\n");
148 }

--- 89 unchanged lines hidden ---