CSIM: activecachannel.h Source File

activecachannel.h

00001 #ifndef __ACTIVECACHANEL_H__
00002 #define __ACTIVECACHANEL_H__
00003 
00004 #include "activechannel.h"
00005 
00006 class IonGate;
00007 
00009 // (Channel type will be recognized by CbNeuronStCa)
00010 class ActiveCaChannel : public ActiveChannel {
00011 
00012   DO_REGISTERING
00013 
00014 public:
00015 
00016   ActiveCaChannel(void) {};
00017   virtual ~ActiveCaChannel(void) {};
00018 
00019 };
00020 
00021 #endif

 
(C) 2003, Thomas Natschläger last modified 07/10/2006