added POINTER_DEFINITIONS to status.h

This commit is contained in:
Marty Kraimer
2011-07-01 07:47:22 -04:00
parent 0a744984ca
commit 0363478df9

View File

@@ -9,6 +9,7 @@
#include <pv/serialize.h>
#include <pv/byteBuffer.h>
#include <pv/sharedPtr.h>
namespace epics { namespace pvData {
@@ -18,7 +19,7 @@ namespace epics { namespace pvData {
*/
class Status : public epics::pvData::Serializable {
public:
POINTER_DEFINITIONS(Status);
/**
* Status type enum.
*/