00001 // RNADegradationReaction.h: interface for the RNADegradationReaction class. 00002 // 00004 00005 #if !defined(AFX_RNADEGRADATIONREACTION_H__39C26859_43EE_4D23_B311_FBA4D820087C__INCLUDED_) 00006 #define AFX_RNADEGRADATIONREACTION_H__39C26859_43EE_4D23_B311_FBA4D820087C__INCLUDED_ 00007 00008 #if _MSC_VER > 1000 00009 #pragma once 00010 #endif // _MSC_VER > 1000 00011 00012 #include "UnaryDegradationReaction.h" 00013 00014 class RNADegradationReaction : public UnaryDegradationReaction 00015 { 00016 public: 00017 RNADegradationReaction(Chemical *RNA, RateConstant *k_RNAdeg, std::string reactionName); 00018 virtual ~RNADegradationReaction(); 00019 00020 }; 00021 00022 #endif // !defined(AFX_RNADEGRADATIONREACTION_H__39C26859_43EE_4D23_B311_FBA4D820087C__INCLUDED_)