
00001 // #ifdef filippo 00002 00003 // #include "DummyStrategy.h" 00004 00005 // DummyStrategy::DummyStrategy() : CharmStrategy(){ 00006 // } 00007 00008 // void DummyStrategy::insertMessage(CharmMessageHolder *cmsg){ 00009 // ComlibPrintf("Sending Directly\n"); 00010 // char *msg = cmsg->getCharmMessage(); 00011 // CmiSyncSendAndFree(cmsg->dest_proc, UsrToEnv(msg)->getTotalsize(), 00012 // (char *)UsrToEnv(msg)); 00013 // delete cmsg; 00014 // } 00015 00016 // void DummyStrategy::doneInserting(){ 00017 // } 00018 00019 // void DummyStrategy::pup(PUP::er &p){ 00020 // CharmStrategy::pup(p); 00021 // } 00022 00023 // //PUPable_def(DummyStrategy); 00024 00025 // #endif
1.5.5