Fix various SWIG warnings

This commit is contained in:
Nathan Binkert
2008-06-14 12:57:21 -07:00
parent 7a58b5a38a
commit ce43e46576
4 changed files with 5 additions and 7 deletions

View File

@@ -44,8 +44,8 @@
void create(PyObject *object, Tick when);
class Event;
class CountedDrainEvent : public Event {
class CountedDrainEvent
{
public:
void setCount(int _count);
};

View File

@@ -28,6 +28,8 @@
* Authors: Nathan Binkert
*/
%rename(assign) *::operator=;
%include "base/range.hh"
%include "sim/host.hh"