summaryrefslogtreecommitdiff
path: root/trunk/CIAO/DAnCE/Plan_Generator/PCVisitorBase.cpp
blob: c8ffc983095ac31f8721bc2e51ac4d4e9b97cc31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* -*- C++ -*- */

//========================================================================
/*
 *  file  PCVisitorBase.cpp
 *
 * $Id$
 *
 *  This file is a dummy which either includes the PCVisitorBase.inl or
 *  is ignored.
 *
 *  author Stoyan Paunov <spaunov@isis.vanderbilt.edu>
 */
//========================================================================

#include "PCVisitorBase.h"

PCVisitorBase::PCVisitorBase (void)
{
}

PCVisitorBase::~PCVisitorBase (void)
{
}

#if !defined (__ACE_INLINE__)
#include "PCVisitorBase.inl"
#endif /* __ACE_INLINE__ */