|
|
@@ -213,6 +213,24 @@ operator << (ostream &out, const EventParameter ¶m) {
|
|
|
}
|
|
|
|
|
|
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+// Function: EventStoreValueBase::Constructor
|
|
|
+// Access: Public
|
|
|
+// Description:
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+INLINE EventStoreValueBase::
|
|
|
+EventStoreValueBase() {
|
|
|
+}
|
|
|
+
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+// Function: EventStoreValueBase::Destructor
|
|
|
+// Access: Public
|
|
|
+// Description:
|
|
|
+////////////////////////////////////////////////////////////////////
|
|
|
+INLINE EventStoreValueBase::
|
|
|
+~EventStoreValueBase() {
|
|
|
+}
|
|
|
+
|
|
|
////////////////////////////////////////////////////////////////////
|
|
|
// Function: EventStoreValue::Default Constructor
|
|
|
// Access: Private
|