#ifndef _UMLONSIGNALACTION_H #define _UMLONSIGNALACTION_H #include "UmlBaseOnSignalAction.h" #include class UmlOnSignalAction : public UmlBaseOnSignalAction { protected: // the constructor, do not call it yourself !!!!!!!!!! UmlOnSignalAction(void * id, const QCString & s) : UmlBaseOnSignalAction(id, s) { } }; #endif