summaryrefslogtreecommitdiff
path: root/modules/CIAO/RACE/Input_Adapters/LocationUpdater/PCVisitorBase.cpp
blob: 040ecb9eb4554b285f1649ec277370134eb31d92 (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
/* -*- 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)
    {
    }

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