author | korovkin <korovkin> | 2006-11-10 20:53:23 (UTC) |
---|---|---|
committer | korovkin <korovkin> | 2006-11-10 20:53:23 (UTC) |
commit | b06913999f349254ba1c6e182950cb71d0b7aa67 (patch) (side-by-side diff) | |
tree | b91b3ad0745e9e471b244ca56456af56ba1e69a9 | |
parent | 961e5561b24452d9cfc2bf7400f6f5952b31431c (diff) | |
download | opie-b06913999f349254ba1c6e182950cb71d0b7aa67.zip opie-b06913999f349254ba1c6e182950cb71d0b7aa67.tar.gz opie-b06913999f349254ba1c6e182950cb71d0b7aa67.tar.bz2 |
Files devicehandler.cpp and devicehandler.h moved from manager to
library to be used by obex to load a list of saved receivers.
-rw-r--r-- | noncore/net/opietooth/lib/devicehandler.cpp (renamed from noncore/net/opietooth/manager/devicehandler.cpp) | 0 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/devicehandler.h (renamed from noncore/net/opietooth/manager/devicehandler.h) | 0 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/lib.pro | 4 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/manager.pro | 4 |
4 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/manager/devicehandler.cpp b/noncore/net/opietooth/lib/devicehandler.cpp index 320ad44..320ad44 100644 --- a/noncore/net/opietooth/manager/devicehandler.cpp +++ b/noncore/net/opietooth/lib/devicehandler.cpp diff --git a/noncore/net/opietooth/manager/devicehandler.h b/noncore/net/opietooth/lib/devicehandler.h index 5cfe048..5cfe048 100644 --- a/noncore/net/opietooth/manager/devicehandler.h +++ b/noncore/net/opietooth/lib/devicehandler.h diff --git a/noncore/net/opietooth/lib/lib.pro b/noncore/net/opietooth/lib/lib.pro index e11af9a..08d79ea 100644 --- a/noncore/net/opietooth/lib/lib.pro +++ b/noncore/net/opietooth/lib/lib.pro @@ -4,6 +4,6 @@ HEADERS = connection.h parser.h device.h manager.h remotedevice.h services.h \ startpanconnection.h startdunconnection.h obexpush.h \ - bt-serial.h forwarder.h + bt-serial.h forwarder.h devicehandler.h SOURCES = connection.cpp parser.cc device.cc manager.cc remotedevice.cc services.cc \ startpanconnection.cpp startdunconnection.cpp obexpush.cpp \ - bt-serial.c forwarder.cc + bt-serial.c forwarder.cc devicehandler.cpp diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index dc048c4..567932e 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro @@ -9,3 +9,3 @@ HEADERS = btconnectionitem.h btdeviceitem.h \ rfcommassigndialogimpl.h rfcommassigndialogitem.h \ - devicehandler.h rfcpopup.h obexpopup.h obexftpopup.h \ + rfcpopup.h obexpopup.h obexftpopup.h \ rfcommhelper.h panpopup.h dunpopup.h rfcommconfhandler.h \ @@ -20,3 +20,3 @@ SOURCES = btconnectionitem.cpp btdeviceitem.cpp \ rfcommassigndialogimpl.cpp rfcommassigndialogitem.cpp \ - obexdialog.cpp devicehandler.cpp \ + obexdialog.cpp \ rfcpopup.cpp obexpopup.cpp obexftpopup.cpp obexftpdialog.cpp \ |