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