77a78
> virtual MessageBuffer* getMemoryQueue() const = 0;
108,109c109,110
< //! Set the message buffer with given name.
< virtual void setNetQueue(const std::string& name, MessageBuffer *b) = 0;
---
> //! Initialize the message buffers.
> virtual void initNetQueues() = 0;
213,216d213
< // Message Buffer for storing the response received from the
< // memory controller.
< MessageBuffer *m_responseFromMemory_ptr;
<