summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-03 18:00:18 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-03 18:00:18 +0100
commitb85701cac464778e0717773da342450648151e97 (patch)
tree7f979832c2e8b06bef0f32ab48c8718ee657cbfd
parentRemove unused parts (diff)
downloadbinfilter-b85701cac464778e0717773da342450648151e97.tar.gz
binfilter-b85701cac464778e0717773da342450648151e97.zip
Revert "Remove unused parts"
This reverts commit 1a0db504b60623eeb45d64a8ce8d1463983f6c2a. They seem to be built under windows and the windows build-bots are complaining.
-rw-r--r--binfilter/inc/bf_svtools/svdde.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/binfilter/inc/bf_svtools/svdde.hxx b/binfilter/inc/bf_svtools/svdde.hxx
index f9aa33a44..e74f360df 100644
--- a/binfilter/inc/bf_svtools/svdde.hxx
+++ b/binfilter/inc/bf_svtools/svdde.hxx
@@ -55,6 +55,8 @@ struct DdeDataImp;
struct DdeImp;
DECLARE_LIST( DdeConnections, DdeConnection* )
+DECLARE_LIST( DdeTransactions, DdeTransaction* )
+DECLARE_LIST( DdeFormats, long )
#ifdef WNT
class DdeService;
@@ -234,6 +236,7 @@ class DdeConnection
{
friend class DdeInternal;
friend class DdeTransaction;
+ DdeTransactions aTransactions;
DdeString* pService;
DdeString* pTopic;
DdeImp* pImp;
@@ -394,6 +397,7 @@ protected:
const DdeTopic* GetSysTopic() const { return pSysTopic; }
private:
DdeTopics aTopics;
+ DdeFormats aFormats;
DdeTopic* pSysTopic;
DdeString* pName;
ConvList* pConv;