os/persistentdata/loggingservices/eventlogger/bwins/logcliu.def
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/persistentdata/loggingservices/eventlogger/bwins/logcliu.def	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,100 @@
     1.4 +EXPORTS
     1.5 +	?NewL@CLogClient@@SAPAV1@AAVRFs@@H@Z @ 1 NONAME ; public: static class CLogClient * __cdecl CLogClient::NewL(class RFs &,int)
     1.6 +	??0TLogConfig@@QAE@XZ @ 2 NONAME ; public: __thiscall TLogConfig::TLogConfig(void)
     1.7 +	??1CLogClient@@UAE@XZ @ 3 NONAME ; public: virtual __thiscall CLogClient::~CLogClient(void)
     1.8 +	??1CLogEventType@@UAE@XZ @ 4 NONAME ; public: virtual __thiscall CLogEventType::~CLogEventType(void)
     1.9 +	??1CLogView@@UAE@XZ @ 5 NONAME ; public: virtual __thiscall CLogView::~CLogView(void)
    1.10 +	??1CLogViewEvent@@UAE@XZ @ 6 NONAME ; public: virtual __thiscall CLogViewEvent::~CLogViewEvent(void)
    1.11 +	??1CLogViewRecent@@UAE@XZ @ 7 NONAME ; public: virtual __thiscall CLogViewRecent::~CLogViewRecent(void)
    1.12 +	?AddEvent@CLogClient@@UAEXAAVCLogEvent@@AAVTRequestStatus@@@Z @ 8 NONAME ; public: virtual void __thiscall CLogClient::AddEvent(class CLogEvent &,class TRequestStatus &)
    1.13 +	?AddEventType@CLogClient@@QAEXABVCLogEventType@@AAVTRequestStatus@@@Z @ 9 NONAME ; public: void __thiscall CLogClient::AddEventType(class CLogEventType const &,class TRequestStatus &)
    1.14 +	?ChangeConfig@CLogClient@@QAEXABVTLogConfig@@AAVTRequestStatus@@@Z @ 10 NONAME ; public: void __thiscall CLogClient::ChangeConfig(class TLogConfig const &,class TRequestStatus &)
    1.15 +	?ChangeEvent@CLogClient@@UAEXABVCLogEvent@@AAVTRequestStatus@@@Z @ 11 NONAME ; public: virtual void __thiscall CLogClient::ChangeEvent(class CLogEvent const &,class TRequestStatus &)
    1.16 +	?ChangeEventType@CLogClient@@QAEXABVCLogEventType@@AAVTRequestStatus@@@Z @ 12 NONAME ; public: void __thiscall CLogClient::ChangeEventType(class CLogEventType const &,class TRequestStatus &)
    1.17 +	?ClearLog@CLogClient@@QAEXABVTTime@@AAVTRequestStatus@@@Z @ 13 NONAME ; public: void __thiscall CLogClient::ClearLog(class TTime const &,class TRequestStatus &)
    1.18 +	?ClearLog@CLogClient@@QAEXHAAVTRequestStatus@@@Z @ 14 NONAME ; public: void __thiscall CLogClient::ClearLog(int,class TRequestStatus &)
    1.19 +	?Copy@CLogEventType@@QAEXABV1@@Z @ 15 NONAME ; public: void __thiscall CLogEventType::Copy(class CLogEventType const &)
    1.20 +	?CountL@CLogView@@QAEHXZ @ 16 NONAME ; public: int __thiscall CLogView::CountL(void)
    1.21 +	?DeleteEvent@CLogClient@@UAEXJAAVTRequestStatus@@@Z @ 17 NONAME ; public: virtual void __thiscall CLogClient::DeleteEvent(long,class TRequestStatus &)
    1.22 +	?DeleteEventType@CLogClient@@QAEXVTUid@@AAVTRequestStatus@@@Z @ 18 NONAME ; public: void __thiscall CLogClient::DeleteEventType(class TUid,class TRequestStatus &)
    1.23 +	?DuplicatesL@CLogViewRecent@@QAEHAAVCLogViewDuplicate@@AAVTRequestStatus@@@Z @ 19 NONAME ; public: int __thiscall CLogViewRecent::DuplicatesL(class CLogViewDuplicate &,class TRequestStatus &)
    1.24 +	?FirstL@CLogView@@QAEHAAVTRequestStatus@@@Z @ 20 NONAME ; public: int __thiscall CLogView::FirstL(class TRequestStatus &)
    1.25 +	?GetConfig@CLogClient@@QAEXAAVTLogConfig@@AAVTRequestStatus@@@Z @ 21 NONAME ; public: void __thiscall CLogClient::GetConfig(class TLogConfig &,class TRequestStatus &)
    1.26 +	?GetEvent@CLogClient@@UAEXAAVCLogEvent@@AAVTRequestStatus@@@Z @ 22 NONAME ; public: virtual void __thiscall CLogClient::GetEvent(class CLogEvent &,class TRequestStatus &)
    1.27 +	?GetEventType@CLogClient@@QAEXAAVCLogEventType@@AAVTRequestStatus@@@Z @ 23 NONAME ; public: void __thiscall CLogClient::GetEventType(class CLogEventType &,class TRequestStatus &)
    1.28 +	?GetString@CLogClient@@UBEHAAVTDes16@@H@Z @ 24 NONAME ; public: virtual int __thiscall CLogClient::GetString(class TDes16 &,int)const 
    1.29 +	?LastL@CLogView@@QAEHAAVTRequestStatus@@@Z @ 25 NONAME ; public: int __thiscall CLogView::LastL(class TRequestStatus &)
    1.30 +	?NewL@CLogEventType@@SAPAV1@XZ @ 26 NONAME ; public: static class CLogEventType * __cdecl CLogEventType::NewL(void)
    1.31 +	?NewL@CLogViewDuplicate@@SAPAV1@AAVCLogClient@@H@Z @ 27 NONAME ; public: static class CLogViewDuplicate * __cdecl CLogViewDuplicate::NewL(class CLogClient &,int)
    1.32 +	?NewL@CLogViewEvent@@SAPAV1@AAVCLogClient@@H@Z @ 28 NONAME ; public: static class CLogViewEvent * __cdecl CLogViewEvent::NewL(class CLogClient &,int)
    1.33 +	?NewL@CLogViewRecent@@SAPAV1@AAVCLogClient@@H@Z @ 29 NONAME ; public: static class CLogViewRecent * __cdecl CLogViewRecent::NewL(class CLogClient &,int)
    1.34 +	?NextL@CLogView@@QAEHAAVTRequestStatus@@@Z @ 30 NONAME ; public: int __thiscall CLogView::NextL(class TRequestStatus &)
    1.35 +	?PreviousL@CLogView@@QAEHAAVTRequestStatus@@@Z @ 31 NONAME ; public: int __thiscall CLogView::PreviousL(class TRequestStatus &)
    1.36 +	?RemoveL@CLogViewDuplicate@@QAEHAAVTRequestStatus@@@Z @ 32 NONAME ; public: int __thiscall CLogViewDuplicate::RemoveL(class TRequestStatus &)
    1.37 +	?RemoveL@CLogViewRecent@@QAEHAAVTRequestStatus@@@Z @ 33 NONAME ; public: int __thiscall CLogViewRecent::RemoveL(class TRequestStatus &)
    1.38 +	?SetFilterL@CLogViewEvent@@QAEHABVCLogFilter@@AAVTRequestStatus@@@Z @ 34 NONAME ; public: int __thiscall CLogViewEvent::SetFilterL(class CLogFilter const &,class TRequestStatus &)
    1.39 +	?SetRecentListL@CLogViewRecent@@QAEHCAAVTRequestStatus@@@Z @ 35 NONAME ; public: int __thiscall CLogViewRecent::SetRecentListL(signed char,class TRequestStatus &)
    1.40 +	??1CLogFilter@@UAE@XZ @ 36 NONAME ; public: virtual __thiscall CLogFilter::~CLogFilter(void)
    1.41 +	?Copy@CLogFilter@@QAEXABV1@@Z @ 37 NONAME ; public: void __thiscall CLogFilter::Copy(class CLogFilter const &)
    1.42 +	?NewL@CLogFilter@@SAPAV1@XZ @ 38 NONAME ; public: static class CLogFilter * __cdecl CLogFilter::NewL(void)
    1.43 +	?NotifyChange@CLogClient@@QAEXVTTimeIntervalMicroSeconds32@@AAVTRequestStatus@@@Z @ 39 NONAME ; public: void __thiscall CLogClient::NotifyChange(class TTimeIntervalMicroSeconds32,class TRequestStatus &)
    1.44 +	?NotifyChangeCancel@CLogClient@@QAEXXZ @ 40 NONAME ; public: void __thiscall CLogClient::NotifyChangeCancel(void)
    1.45 +	??0CLogFilterList@@QAE@XZ @ 41 NONAME ; public: __thiscall CLogFilterList::CLogFilterList(void)
    1.46 +	?CopyL@CLogFilterList@@QBEPAV1@XZ @ 42 NONAME ; public: class CLogFilterList * __thiscall CLogFilterList::CopyL(void)const 
    1.47 +	?CopyLC@CLogFilterList@@QBEPAV1@XZ @ 43 NONAME ; public: class CLogFilterList * __thiscall CLogFilterList::CopyLC(void)const 
    1.48 +	?SetFilterL@CLogViewEvent@@QAEHABVCLogFilterList@@AAVTRequestStatus@@@Z @ 44 NONAME ; public: int __thiscall CLogViewEvent::SetFilterL(class CLogFilterList const &,class TRequestStatus &)
    1.49 +	?DuplicatesL@CLogViewRecent@@QAEHAAVCLogViewDuplicate@@ABVCLogFilter@@AAVTRequestStatus@@@Z @ 45 NONAME ; public: int __thiscall CLogViewRecent::DuplicatesL(class CLogViewDuplicate &,class CLogFilter const &,class TRequestStatus &)
    1.50 +	?DuplicatesL@CLogViewRecent@@QAEHAAVCLogViewDuplicate@@ABVCLogFilterList@@AAVTRequestStatus@@@Z @ 46 NONAME ; public: int __thiscall CLogViewRecent::DuplicatesL(class CLogViewDuplicate &,class CLogFilterList const &,class TRequestStatus &)
    1.51 +	?RemoveL@CLogViewDuplicate@@QAEXJ@Z @ 47 NONAME ; public: void __thiscall CLogViewDuplicate::RemoveL(long)
    1.52 +	?RemoveL@CLogViewRecent@@QAEXJ@Z @ 48 NONAME ; public: void __thiscall CLogViewRecent::RemoveL(long)
    1.53 +	?SetRecentListL@CLogViewRecent@@QAEHCABVCLogFilter@@AAVTRequestStatus@@@Z @ 49 NONAME ; public: int __thiscall CLogViewRecent::SetRecentListL(signed char,class CLogFilter const &,class TRequestStatus &)
    1.54 +	?SetRecentListL@CLogViewRecent@@QAEHCABVCLogFilterList@@AAVTRequestStatus@@@Z @ 50 NONAME ; public: int __thiscall CLogViewRecent::SetRecentListL(signed char,class CLogFilterList const &,class TRequestStatus &)
    1.55 +	?CLogBase_Reserved1@CLogClient@@EAEXXZ @ 51 NONAME ; private: virtual void __thiscall CLogClient::CLogBase_Reserved1(void)
    1.56 +	??1CLogPackage@@UAE@XZ @ 52 NONAME ; public: virtual __thiscall CLogPackage::~CLogPackage(void)
    1.57 +	?GetLogConfigL@CLogPackage@@QBEXAAVTLogConfig@@@Z @ 53 NONAME ; public: void __thiscall CLogPackage::GetLogConfigL(class TLogConfig &)const 
    1.58 +	?GetLogEventL@CLogPackage@@QBEXAAVCLogEvent@@@Z @ 54 NONAME ; public: void __thiscall CLogPackage::GetLogEventL(class CLogEvent &)const 
    1.59 +	?GetLogEventTypeL@CLogPackage@@QBEXAAVCLogEventType@@@Z @ 55 NONAME ; public: void __thiscall CLogPackage::GetLogEventTypeL(class CLogEventType &)const 
    1.60 +	?NewL@CLogPackage@@SAPAV1@XZ @ 56 NONAME ; public: static class CLogPackage * __cdecl CLogPackage::NewL(void)
    1.61 +	?SetLogConfigL@CLogPackage@@QAEXABVTLogConfig@@@Z @ 57 NONAME ; public: void __thiscall CLogPackage::SetLogConfigL(class TLogConfig const &)
    1.62 +	?SetLogEventL@CLogPackage@@QAEXABVCLogEvent@@@Z @ 58 NONAME ; public: void __thiscall CLogPackage::SetLogEventL(class CLogEvent const &)
    1.63 +	?SetLogEventTypeL@CLogPackage@@QAEXABVCLogEventType@@@Z @ 59 NONAME ; public: void __thiscall CLogPackage::SetLogEventTypeL(class CLogEventType const &)
    1.64 +	?GetLogFilterListL@CLogPackage@@QBEXAAVCLogFilterList@@@Z @ 60 NONAME ; public: void __thiscall CLogPackage::GetLogFilterListL(class CLogFilterList &)const 
    1.65 +	?SetLogFilterListL@CLogPackage@@QAEXABVCLogFilterList@@@Z @ 61 NONAME ; public: void __thiscall CLogPackage::SetLogFilterListL(class CLogFilterList const &)
    1.66 +	??1CLogViewDuplicate@@UAE@XZ @ 62 NONAME ; public: virtual __thiscall CLogViewDuplicate::~CLogViewDuplicate(void)
    1.67 +	?ClearDuplicatesL@CLogViewRecent@@QAEXXZ @ 63 NONAME ; public: void __thiscall CLogViewRecent::ClearDuplicatesL(void)
    1.68 +	?SetFlagsL@CLogView@@QAEXE@Z @ 64 NONAME ; public: void __thiscall CLogView::SetFlagsL(unsigned char)
    1.69 +	??1CLogChangeDefinition@@UAE@XZ @ 65 NONAME ; public: virtual __thiscall CLogChangeDefinition::~CLogChangeDefinition(void)
    1.70 +	?AddL@CLogChangeDefinition@@QAEXJW4TLogDatabaseChangeType@@H@Z @ 66 NONAME ; public: void __thiscall CLogChangeDefinition::AddL(long,enum TLogDatabaseChangeType,int)
    1.71 +	?At@CLogChangeDefinition@@QBE?AW4TLogDatabaseChangeType@@H@Z @ 67 NONAME ; public: enum TLogDatabaseChangeType  __thiscall CLogChangeDefinition::At(int)const 
    1.72 +	?At@CLogChangeDefinition@@QBE?AW4TLogDatabaseChangeType@@HAAJ@Z @ 68 NONAME ; public: enum TLogDatabaseChangeType  __thiscall CLogChangeDefinition::At(int,long &)const 
    1.73 +	?At@CLogChangeDefinition@@QBE?AW4TLogDatabaseChangeType@@HAAJAAH@Z @ 69 NONAME ; public: enum TLogDatabaseChangeType  __thiscall CLogChangeDefinition::At(int,long &,int &)const 
    1.74 +	?Count@CLogChangeDefinition@@QBEHXZ @ 70 NONAME ; public: int __thiscall CLogChangeDefinition::Count(void)const 
    1.75 +	?ExternalizeL@CLogChangeDefinition@@QBEXAAVRWriteStream@@@Z @ 71 NONAME ; public: void __thiscall CLogChangeDefinition::ExternalizeL(class RWriteStream &)const 
    1.76 +	?Find@CLogChangeDefinition@@QBEHJ@Z @ 72 NONAME ; public: int __thiscall CLogChangeDefinition::Find(long)const 
    1.77 +	?Find@CLogChangeDefinition@@QBEHJW4TLogDatabaseChangeType@@@Z @ 73 NONAME ; public: int __thiscall CLogChangeDefinition::Find(long,enum TLogDatabaseChangeType)const 
    1.78 +	?FindByViewIndex@CLogChangeDefinition@@QBEHH@Z @ 74 NONAME ; public: int __thiscall CLogChangeDefinition::FindByViewIndex(int)const 
    1.79 +	?InternalizeL@CLogChangeDefinition@@QAEXAAVRReadStream@@@Z @ 75 NONAME ; public: void __thiscall CLogChangeDefinition::InternalizeL(class RReadStream &)
    1.80 +	?NewL@CLogChangeDefinition@@SAPAV1@AAVRReadStream@@@Z @ 76 NONAME ; public: static class CLogChangeDefinition * __cdecl CLogChangeDefinition::NewL(class RReadStream &)
    1.81 +	?NewL@CLogChangeDefinition@@SAPAV1@H@Z @ 77 NONAME ; public: static class CLogChangeDefinition * __cdecl CLogChangeDefinition::NewL(int)
    1.82 +	?NewL@CLogViewDuplicate@@SAPAV1@AAVCLogClient@@AAVMLogViewChangeObserver@@H@Z @ 78 NONAME ; public: static class CLogViewDuplicate * __cdecl CLogViewDuplicate::NewL(class CLogClient &,class MLogViewChangeObserver &,int)
    1.83 +	?NewL@CLogViewEvent@@SAPAV1@AAVCLogClient@@AAVMLogViewChangeObserver@@H@Z @ 79 NONAME ; public: static class CLogViewEvent * __cdecl CLogViewEvent::NewL(class CLogClient &,class MLogViewChangeObserver &,int)
    1.84 +	?NewL@CLogViewRecent@@SAPAV1@AAVCLogClient@@AAVMLogViewChangeObserver@@H@Z @ 80 NONAME ; public: static class CLogViewRecent * __cdecl CLogViewRecent::NewL(class CLogClient &,class MLogViewChangeObserver &,int)
    1.85 +	?Reset@CLogChangeDefinition@@QAEXXZ @ 81 NONAME ; public: void __thiscall CLogChangeDefinition::Reset(void)
    1.86 +	??0TLogTransferWindow@@QAE@XZ @ 82 NONAME ; public: __thiscall TLogTransferWindow::TLogTransferWindow(void)
    1.87 +	??0TLogWindow@@QAE@XZ @ 83 NONAME ; public: __thiscall TLogWindow::TLogWindow(void)
    1.88 +	?Contains@TLogWindow@@QBEHH@Z @ 84 NONAME ; public: int __thiscall TLogWindow::Contains(int)const 
    1.89 +	?Range@TLogWindow@@QBEHXZ @ 85 NONAME ; public: int __thiscall TLogWindow::Range(void)const 
    1.90 +	?Reset@TLogTransferWindow@@QAEXXZ @ 86 NONAME ; public: void __thiscall TLogTransferWindow::Reset(void)
    1.91 +	?Reset@TLogWindow@@QAEXXZ @ 87 NONAME ; public: void __thiscall TLogWindow::Reset(void)
    1.92 +	?WindowIndexFromCursorPosition@TLogWindow@@QBEHH@Z @ 88 NONAME ; public: int __thiscall TLogWindow::WindowIndexFromCursorPosition(int)const 
    1.93 +	?SetFilterParseFilterByFilterL@CLogViewEvent@@QAEHABVCLogFilterList@@AAVTRequestStatus@@@Z @ 89 NONAME ; public: int __thiscall CLogViewEvent::SetFilterParseFilterByFilterL(class CLogFilterList const &,class TRequestStatus &)
    1.94 +	?NewL@CLogChangeDefinition@@SAPAV1@ABV1@@Z @ 90 NONAME ; public: static class CLogChangeDefinition * __cdecl CLogChangeDefinition::NewL(class CLogChangeDefinition const &)
    1.95 +	?MLogClientChangeObserver_Reserved1@MLogClientChangeObserver@@EAEXXZ @ 91 NONAME ; private: virtual void __thiscall MLogClientChangeObserver::MLogClientChangeObserver_Reserved1(void)
    1.96 +	?MLogClientChangeObserver_Reserved2@MLogClientChangeObserver@@EAEXXZ @ 92 NONAME ; private: virtual void __thiscall MLogClientChangeObserver::MLogClientChangeObserver_Reserved2(void)
    1.97 +	?SetGlobalChangeObserverL@CLogClient@@QAEXPAVMLogClientChangeObserver@@@Z @ 93 NONAME ; public: void __thiscall CLogClient::SetGlobalChangeObserverL(class MLogClientChangeObserver *)
    1.98 +	?DateFormatForLocale@LogUtils@@SAABVTDesC16@@XZ @ 94 NONAME ; public: static class TDesC16 const & __cdecl LogUtils::DateFormatForLocale(void)
    1.99 +	?ClearLog@CLogClient@@QAEXABVTTime@@KAAVTRequestStatus@@@Z @ 95 NONAME ; void CLogClient::ClearLog(class TTime const &, unsigned long, class TRequestStatus &)
   1.100 +	?SimId@CLogFilter@@QBEKXZ @ 96 NONAME ; unsigned long CLogFilter::SimId(void) const
   1.101 +	?ClearLog@CLogClient@@QAEXHKAAVTRequestStatus@@@Z @ 97 NONAME ; void CLogClient::ClearLog(int, unsigned long, class TRequestStatus &)
   1.102 +	?SetSimId@CLogFilter@@QAEXK@Z @ 98 NONAME ; void CLogFilter::SetSimId(unsigned long)
   1.103 +