From 2325b338766316babe9c0343e378fa3a24c9f32b Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 15 Jul 1999 16:39:52 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'ACE-4_6_45'. --- apps/Gateway/Gateway/Consumer_Entry.cpp | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 apps/Gateway/Gateway/Consumer_Entry.cpp (limited to 'apps/Gateway/Gateway/Consumer_Entry.cpp') diff --git a/apps/Gateway/Gateway/Consumer_Entry.cpp b/apps/Gateway/Gateway/Consumer_Entry.cpp deleted file mode 100644 index c3dcd96ebbf..00000000000 --- a/apps/Gateway/Gateway/Consumer_Entry.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// Defines an entry in the Consumer Map. -// $Id$ - -#include "Consumer_Entry.h" - -Consumer_Entry::Consumer_Entry (void) -{ - ACE_NEW (this->destinations_, Consumer_Entry::ENTRY_SET); -} - -Consumer_Entry::~Consumer_Entry (void) -{ - delete this->destinations_; -} - -// Get the associated set of destinations. - -Consumer_Entry::ENTRY_SET * -Consumer_Entry::destinations (void) -{ - return this->destinations_; -} - -// Set the associated set of destinations. - -void -Consumer_Entry::destinations (Consumer_Entry::ENTRY_SET *s) -{ - this->destinations_ = s; -} - -- cgit v1.2.1