Alex Bikfalvi
You are here: Home > Projects > SimStream > Documentation
00001 #pragma once 00002 00003 #include "Simulator.h" 00004 00005 class CSimulatorPull : public CSimulator 00006 { 00007 public: 00008 virtual void Run(char* simName, int argc, char* argv[]); 00009 };
Last updated: February 8, 2011