Fix GCC linker problem by adding IMPORT_C to TPanConnection::TPanConnection() - Bug 3012
--- 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;