# HG changeset patch # User William Roberts # Date 1276705720 -3600 # Node ID 85bf606b6d298ce9d8fd30832af82e25f00138e6 # Parent 9874a66ff829219f75071638c1193158fc13e5a6 Fix GCC linker problem by adding IMPORT_C to TPanConnection::TPanConnection() - Bug 3012 diff -r 9874a66ff829 -r 85bf606b6d29 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;