From ea3945a9bd8f9830f70b1efa133f9df13b19362f Mon Sep 17 00:00:00 2001 From: mickeyl Date: Tue, 16 Nov 2004 19:14:18 +0000 Subject: libopie1 goes into unsupported --- (limited to 'libopie/pim/opimxrefmanager.h') diff --git a/libopie/pim/opimxrefmanager.h b/libopie/pim/opimxrefmanager.h deleted file mode 100644 index c485e98..0000000 --- a/libopie/pim/opimxrefmanager.h +++ b/dev/null @@ -1,43 +0,0 @@ -#ifndef OPIM_XREF_MANAGER_H -#define OPIM_XREF_MANAGER_H - -#include - -#include - -/** - * This is a simple manager for - * OPimXRefs. - * It allows addition, removing, replacing - * clearing and 'querying' the XRef... - */ -class OPimXRefManager { -public: - OPimXRefManager(); - OPimXRefManager( const OPimXRefManager& ); - ~OPimXRefManager(); - - OPimXRefManager& operator=( const OPimXRefManager& ); - bool operator==( const OPimXRefManager& ); - - void add( const OPimXRef& ); - void remove( const OPimXRef& ); - void replace( const OPimXRef& ); - - void clear(); - - /** - * apps participating - */ - QStringList apps()const; - OPimXRef::ValueList list()const; - OPimXRef::ValueList list( const QString& service )const; - OPimXRef::ValueList list( int uid )const; - -private: - OPimXRef::ValueList m_list; - class Private; - Private *d; -}; - -#endif -- cgit v0.9.0.2