summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/DevGuideExamples/NotifyService/RTNotify/Priorities.h
blob: fb667d54f9c8549a5f389d5c9836b99e90ff0873 (plain)
1
2
3
4
5
6
7
8
#ifndef _PRIORITIES_H_
#define _PRIORITIES_H_

#define LOW_PRIORITY 0
#define HIGH_PRIORITY 0
#define DEFAULT_PRIORITY LOW_PRIORITY

#endif