summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/m_database.h6
-rw-r--r--libs/win32/mir_core.libbin466564 -> 466564 bytes
-rw-r--r--libs/win64/mir_core.libbin471474 -> 471474 bytes
-rw-r--r--src/mir_core/src/mir_core.def2
-rw-r--r--src/mir_core/src/mir_core64.def2
5 files changed, 5 insertions, 5 deletions
diff --git a/include/m_database.h b/include/m_database.h
index 972a1d2ece..03f99ee21e 100644
--- a/include/m_database.h
+++ b/include/m_database.h
@@ -710,15 +710,15 @@ protected:
DBEVENTINFO &dbei;
MCONTACT hContact;
- virtual ~EventCursor();
- virtual MEVENT FetchNext() = 0;
-
public:
EventCursor(MCONTACT _1, DBEVENTINFO &_2) :
hContact(_1),
dbei(_2)
{ }
+ virtual ~EventCursor();
+ virtual MEVENT FetchNext() = 0;
+
__forceinline MEVENT begin() {
return FetchNext();
}
diff --git a/libs/win32/mir_core.lib b/libs/win32/mir_core.lib
index d23d29a2a1..29c0755486 100644
--- a/libs/win32/mir_core.lib
+++ b/libs/win32/mir_core.lib
Binary files differ
diff --git a/libs/win64/mir_core.lib b/libs/win64/mir_core.lib
index 3231e379b1..9c86219360 100644
--- a/libs/win64/mir_core.lib
+++ b/libs/win64/mir_core.lib
Binary files differ
diff --git a/src/mir_core/src/mir_core.def b/src/mir_core/src/mir_core.def
index 49da70f1b6..36cf775073 100644
--- a/src/mir_core/src/mir_core.def
+++ b/src/mir_core/src/mir_core.def
@@ -1457,7 +1457,7 @@ XmlGetChildText @1645
?InsertNewDeclaration@XMLElement@tinyxml2@@QAEPAVXMLDeclaration@2@PBD@Z @1679 NONAME
?InsertNewText@XMLElement@tinyxml2@@QAEPAVXMLText@2@PBD@Z @1680 NONAME
?InsertNewUnknown@XMLElement@tinyxml2@@QAEPAVXMLUnknown@2@PBD@Z @1681 NONAME
-??1EventCursor@DB@@MAE@XZ @1684 NONAME
+??1EventCursor@DB@@UAE@XZ @1684 NONAME
??0EventCursor@DB@@QAE@ABV01@@Z @1685 NONAME
??0EventCursor@DB@@QAE@IAAUDBEVENTINFO@@@Z @1686 NONAME
??_7EventCursor@DB@@6B@ @1687 NONAME
diff --git a/src/mir_core/src/mir_core64.def b/src/mir_core/src/mir_core64.def
index e9e0959b67..73a85c2031 100644
--- a/src/mir_core/src/mir_core64.def
+++ b/src/mir_core/src/mir_core64.def
@@ -1457,7 +1457,7 @@ XmlGetChildText @1645
?InsertNewDeclaration@XMLElement@tinyxml2@@QEAAPEAVXMLDeclaration@2@PEBD@Z @1679 NONAME
?InsertNewText@XMLElement@tinyxml2@@QEAAPEAVXMLText@2@PEBD@Z @1680 NONAME
?InsertNewUnknown@XMLElement@tinyxml2@@QEAAPEAVXMLUnknown@2@PEBD@Z @1681 NONAME
-??1EventCursor@DB@@MEAA@XZ @1684 NONAME
+??1EventCursor@DB@@UEAA@XZ @1684 NONAME
??0EventCursor@DB@@QEAA@AEBV01@@Z @1685 NONAME
??0EventCursor@DB@@QEAA@IAEAUDBEVENTINFO@@@Z @1686 NONAME
??_7EventCursor@DB@@6B@ @1687 NONAME