monor changes to monitor.h

This commit is contained in:
Marty Kraimer
2011-05-12 15:12:35 -04:00
parent bea5beefcc
commit 200e984f3b
2 changed files with 6 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ class MonitorElementImpl : public MonitorElement {
public:
MonitorElementImpl(PVStructure::shared_pointer pvStructure);
~MonitorElementImpl(){}
virtual PVStructure::shared_pointer getPVStructure();
virtual PVStructure::shared_pointer getPVStructure();
virtual BitSet::shared_pointer getChangedBitSet();
virtual BitSet::shared_pointer getOverrunBitSet();
void setQueueElement(MonitorQueueElement *queueElement);