|
@@ -90,7 +90,7 @@ INLINE ostream &operator << (ostream &out, const EventParameter ¶m);
|
|
|
class EXPCL_PANDA EventStoreValueBase : public TypedWritableReferenceCount {
|
|
class EXPCL_PANDA EventStoreValueBase : public TypedWritableReferenceCount {
|
|
|
public:
|
|
public:
|
|
|
INLINE EventStoreValueBase();
|
|
INLINE EventStoreValueBase();
|
|
|
- INLINE ~EventStoreValueBase();
|
|
|
|
|
|
|
+ virtual ~EventStoreValueBase();
|
|
|
virtual void output(ostream &out) const=0;
|
|
virtual void output(ostream &out) const=0;
|
|
|
|
|
|
|
|
public:
|
|
public:
|
|
@@ -120,6 +120,7 @@ private:
|
|
|
class EXPCL_PANDA EventStoreTypedRefCount : public EventStoreValueBase {
|
|
class EXPCL_PANDA EventStoreTypedRefCount : public EventStoreValueBase {
|
|
|
public:
|
|
public:
|
|
|
INLINE EventStoreTypedRefCount(const TypedReferenceCount *value);
|
|
INLINE EventStoreTypedRefCount(const TypedReferenceCount *value);
|
|
|
|
|
+ virtual ~EventStoreTypedRefCount();
|
|
|
|
|
|
|
|
INLINE void set_value(const TypedReferenceCount *value);
|
|
INLINE void set_value(const TypedReferenceCount *value);
|
|
|
INLINE TypedReferenceCount *get_value() const;
|
|
INLINE TypedReferenceCount *get_value() const;
|