summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/RTCORBA/common.h
blob: a53bc0a79189dba728cc29002a8bbe23c697126e (plain)
1
2
3
4
5
6
7
8
9
#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 */