PCSIMSpecificNeuroMLParserBase.cpp

Go to the documentation of this file.
00001 #include "PCSIMSpecificNeuroMLParserBase.h"
00002 
00003 PCSIMSpecificNeuroMLParserBase::PCSIMSpecificNeuroMLParserBase() :
00004     env(0)
00005 {
00006     /* NOOP */
00007 }
00008 
00009 void PCSIMSpecificNeuroMLParserBase::setenv(PCSIMParserEnvironment *env)
00010 {
00011     this->env = env;
00012 }

Generated on Wed Jul 9 16:34:37 2008 for PCSIM by  doxygen 1.5.5