Bug 3024 - Mark all vtable & typeinfo exports for TMeta as ABSENT in EABI def files -- Adding dummy object to force vtable export GCC_SURGE
authorDaniel A. Rubio <danielr@symbian.org>
Fri, 18 Jun 2010 15:52:19 +0100
branchGCC_SURGE
changeset 44 d7a1e7742aa5
parent 43 d65d023db13c
child 45 3b567d12a146
Bug 3024 - Mark all vtable & typeinfo exports for TMeta as ABSENT in EABI def files -- Adding dummy object to force vtable export
commsfwsupport/commselements/MsgParser/include/RecordItem.h
--- a/commsfwsupport/commselements/MsgParser/include/RecordItem.h	Fri Jun 18 14:48:37 2010 +0100
+++ b/commsfwsupport/commselements/MsgParser/include/RecordItem.h	Fri Jun 18 15:52:19 2010 +0100
@@ -367,11 +367,13 @@
 private:
    THEADER iHeader;
 };
+
 //Forcing a Vtable Export
 CItem<TValueBigEndian> DummyDummy;
 //Dummy object to force the vtable export and visibility
 
 
+
 /**
  * Returns a reference to a header class
  *