summaryrefslogtreecommitdiff
path: root/ACE/TAO/DevGuideExamples/RTCORBA/common.h
blob: 4fb308cb4370b01a56ba5fdabbe0d2e8ffc73974 (plain)
1
2
3
4
5
6
7
8
9
10
11
// $Id$

#ifndef MESSENGER_COMMON_H
#define MESSENGER_COMMON_H

#include "tao/corba.h"

CORBA::ULong get_total_lanes();
CORBA::Short get_increment();

#endif /* MESSENGER_COMMON_H */