MM cleanup

This commit is contained in:
Matej Sekoranja
2011-01-20 19:01:25 +01:00
parent c6d51067d1
commit d8f81d79db
10 changed files with 119 additions and 116 deletions
+2
View File
@@ -49,6 +49,8 @@ public:
DummyResponseHandler(Context* context)
: packets(0) {
}
virtual ~DummyResponseHandler() {}
int getPackets() {
return packets;