INET Framework for OMNeT++/OMNEST
pimSM.cc
Go to the documentation of this file.
00001 /*
00002  * PIM-DM.cc
00003  *
00004  *  Created on: 29.10.2011
00005  *      Author: Haczek
00006  */
00007 
00008 #include "pimSM.h"
00009 
00010 
00011 Define_Module(pimSM);
00012 
00013 void pimSM::handleMessage(cMessage *msg)
00014 {
00015 
00016 }
00017 
00018 void pimSM::initialize(int stage)
00019 {
00020         ;
00021 }
00022