Fix GCC linker problem by adding IMPORT_C to TPanConnection::TPanConnection() - Bug 3012 GCC_SURGE
authorWilliam Roberts <williamr@symbian.org>
Wed, 16 Jun 2010 17:28:40 +0100
branchGCC_SURGE
changeset 28 85bf606b6d29
parent 25 9874a66ff829
child 29 e5f94a37a5fc
Fix GCC linker problem by adding IMPORT_C to TPanConnection::TPanConnection() - Bug 3012
bluetooth/btextnotifiers/inc/BTExtNotifiers.h
--- a/bluetooth/btextnotifiers/inc/BTExtNotifiers.h	Fri Jun 11 16:27:33 2010 +0100
+++ b/bluetooth/btextnotifiers/inc/BTExtNotifiers.h	Wed Jun 16 17:28:40 2010 +0100
@@ -129,7 +129,7 @@
 	IMPORT_C TBool IsValid() const;
 	
 	// Non-exported constructor.  Allows creation of default NULL instance
-	TPanConnection();
+	IMPORT_C TPanConnection();	// To match the EXPORT_C in BtExtNotifiers.cpp
 	
 private:
 	TBTDevAddr iRemoteDeviceAddress;