summaryrefslogtreecommitdiff
path: root/protocols/ace/RMCast/RMCast_Worker.cpp
blob: 6f24892eacee1607df94fe11abc36e82003f8795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// $Id$

#ifndef ACE_RMCAST_WORKER_CPP
#define ACE_RMCAST_WORKER_CPP

#include "RMCast_Worker.h"

ACE_RCSID(RMCast, RMCast_Worker, "$Id$")

template<class KEY, class ITEM>
ACE_RMCast_Worker<KEY,ITEM>::~ACE_RMCast_Worker (void)
{
}

#endif /* ACE_RMCAST_WORKER_CPP */