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/opimxref.h') diff --git a/libopie/pim/opimxref.h b/libopie/pim/opimxref.h deleted file mode 100644 index 6852651..0000000 --- a/libopie/pim/opimxref.h +++ b/dev/null @@ -1,39 +0,0 @@ -#ifndef OPIM_XREF_H -#define OPIM_XREF_H - -#include -#include - -#include - -/** - * this is a Cross Referecne between - * two Cross Reference Partners - */ -class OPimXRef { -public: - typedef QValueList ValueList; - enum Partners { One, Two }; - OPimXRef( const OPimXRefPartner& ONE, const OPimXRefPartner& ); - OPimXRef(); - OPimXRef( const OPimXRef& ); - ~OPimXRef(); - - OPimXRef &operator=( const OPimXRef& ); - bool operator==( const OPimXRef& ); - - OPimXRefPartner partner( enum Partners )const; - - void setPartner( enum Partners, const OPimXRefPartner& ); - - bool containsString( const QString& service)const; - bool containsUid( int uid )const; - -private: - QArray m_partners; - - class Private; - Private *d; -}; - -#endif -- cgit v0.9.0.2