summaryrefslogtreecommitdiff
path: root/noncore/settings/networksettings2/bluetooth/bluetoothBNEP_NNI.cpp
authorwimpie <wimpie>2004-04-05 22:01:44 (UTC)
committer wimpie <wimpie>2004-04-05 22:01:44 (UTC)
commit930abeed35ee6dd3aaec491f13d400f825b9d9d1 (patch) (side-by-side diff)
tree2c5bc5baa35df1f7360bce741c0e9b860a64e184 /noncore/settings/networksettings2/bluetooth/bluetoothBNEP_NNI.cpp
parent6457761991ae4ec7951bbf2f628713b2f35910d8 (diff)
downloadopie-930abeed35ee6dd3aaec491f13d400f825b9d9d1.zip
opie-930abeed35ee6dd3aaec491f13d400f825b9d9d1.tar.gz
opie-930abeed35ee6dd3aaec491f13d400f825b9d9d1.tar.bz2
fixed bluetooth missing symbols
Diffstat (limited to 'noncore/settings/networksettings2/bluetooth/bluetoothBNEP_NNI.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/networksettings2/bluetooth/bluetoothBNEP_NNI.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/noncore/settings/networksettings2/bluetooth/bluetoothBNEP_NNI.cpp b/noncore/settings/networksettings2/bluetooth/bluetoothBNEP_NNI.cpp
index 1743c1d..73312c6 100644
--- a/noncore/settings/networksettings2/bluetooth/bluetoothBNEP_NNI.cpp
+++ b/noncore/settings/networksettings2/bluetooth/bluetoothBNEP_NNI.cpp
@@ -27,3 +27,11 @@ void ABluetoothBNEP::commit( void ) {
if( GUI && GUI->commit( Data ) )
setModified( 1 );
}
+
+bool ABluetoothBNEP::hasDataFor( const QString & ) {
+ return 0;
+}
+
+bool ABluetoothBNEP::generateDataForCommonFile( SystemFile & , long ){
+ return 0;
+}