libraries/clogger/BWINS/cflogu.def
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Thu, 29 Jul 2010 19:16:52 +0100
changeset 20 75412e452636
parent 0 7f656887cf89
permissions -rw-r--r--
Merge from SFTP. Removed the --diag-supress ifdef, as it was only due to me not being able to spell --diag_suppress! (which is supported on all versions of RVCT)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     1
EXPORTS
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     2
	?Close@CCFLogIf@@SAXXZ @ 1 NONAME ; public: static void __cdecl CCFLogIf::Close(void)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     3
	?Connect@CCFLogIf@@SAXXZ @ 2 NONAME ; public: static void __cdecl CCFLogIf::Connect(void)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     4
	?Context@CCFLogIf@@SAPAV1@XZ @ 3 NONAME ; public: static class CCFLogIf * __cdecl CCFLogIf::Context(void)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     5
	?Delete@CCFLogIf@@SAHPAV1@@Z @ 4 NONAME ; public: static int __cdecl CCFLogIf::Delete(class CCFLogIf *)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     6
	?HexDump@CCFLogIf@@SAXABVTDesC8@@0PBG1PBEH@Z @ 5 NONAME ; public: static void __cdecl CCFLogIf::HexDump(class TDesC8 const &,class TDesC8 const &,unsigned short const *,unsigned short const *,unsigned char const *,int)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     7
	?NewL@CCFLogIf@@SAPAV1@XZ @ 6 NONAME ; public: static class CCFLogIf * __cdecl CCFLogIf::NewL(void)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     8
	?Panic@CCFLogIf@@SAXW4TCFLogPanic@@@Z @ 7 NONAME ; public: static void __cdecl CCFLogIf::Panic(enum TCFLogPanic)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     9
	?SetContext@CCFLogIf@@QAEXXZ @ 8 NONAME ; public: void __thiscall CCFLogIf::SetContext(void)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    10
	?Write@CCFLogIf@@SAXABVTDesC8@@00@Z @ 9 NONAME ; public: static void __cdecl CCFLogIf::Write(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    11
	?Write@CCFLogIf@@SAXABVTDesC8@@0ABVTDesC16@@@Z @ 10 NONAME ; public: static void __cdecl CCFLogIf::Write(class TDesC8 const &,class TDesC8 const &,class TDesC16 const &)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    12
	?WriteBinary@CCFLogIf@@SAXABVTDesC8@@00@Z @ 11 NONAME ; public: static void __cdecl CCFLogIf::WriteBinary(class TDesC8 const &,class TDesC8 const &,class TDesC8 const &)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    13
	?WriteFormat@CCFLogIf@@SAXABVTDesC8@@0V?$TRefByValue@$$CBVTDesC16@@@@AAY00PAC@Z @ 12 NONAME ; public: static void __cdecl CCFLogIf::WriteFormat(class TDesC8 const &,class TDesC8 const &,class TRefByValue<class TDesC16 const >,signed char * (&)[1])
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    14
	?WriteFormat@CCFLogIf@@SAXABVTDesC8@@0V?$TRefByValue@$$CBVTDesC16@@@@ZZ @ 13 NONAME ; public: static void __cdecl CCFLogIf::WriteFormat(class TDesC8 const &,class TDesC8 const &,class TRefByValue<class TDesC16 const >,...)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    15
	?WriteFormat@CCFLogIf@@SAXABVTDesC8@@0V?$TRefByValue@$$CBVTDesC8@@@@AAY00PAC@Z @ 14 NONAME ; public: static void __cdecl CCFLogIf::WriteFormat(class TDesC8 const &,class TDesC8 const &,class TRefByValue<class TDesC8 const >,signed char * (&)[1])
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    16
	?WriteFormat@CCFLogIf@@SAXABVTDesC8@@0V?$TRefByValue@$$CBVTDesC8@@@@ZZ @ 15 NONAME ; public: static void __cdecl CCFLogIf::WriteFormat(class TDesC8 const &,class TDesC8 const &,class TRefByValue<class TDesC8 const >,...)
7f656887cf89 First submission to Symbian Foundation staging server.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    17