summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/devicehandler.h
Side-by-side diff
Diffstat (limited to 'noncore/net/opietooth/manager/devicehandler.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/devicehandler.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/noncore/net/opietooth/manager/devicehandler.h b/noncore/net/opietooth/manager/devicehandler.h
deleted file mode 100644
index 5cfe048..0000000
--- a/noncore/net/opietooth/manager/devicehandler.h
+++ b/dev/null
@@ -1,41 +0,0 @@
-
-#ifndef OPIE_TOOTH_DEVICE_HANDLER_H
-#define OPIE_TOOTH_DEVICE_HANDLER_H
-
-#include <qvaluelist.h>
-
-#include <remotedevice.h>
-
-namespace OpieTooth {
- /**
- * DeviceHandler is responsible for loading
- * and saving devices from a config File
- */
- class DeviceHandler {
- public:
- /**
- * c'tor
- */
- DeviceHandler();
-
- /**
- * d'tor
- */
- ~DeviceHandler();
-
- /**
- * loads from $HOME/Settings/bluetooth/ *
- */
- RemoteDevice::ValueList load();
-
- /**
- * Saves to $HOME/Settings/bluetooth
- */
- void save( const RemoteDevice::ValueList & );
-
- };
-
-
-};
-
-#endif