Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / orbsvcs / DevGuideExamples / NotifyService / RTNotify / Priorities.h
blobfb667d54f9c8549a5f389d5c9836b99e90ff0873
1 #ifndef _PRIORITIES_H_
2 #define _PRIORITIES_H_
4 #define LOW_PRIORITY 0
5 #define HIGH_PRIORITY 0
6 #define DEFAULT_PRIORITY LOW_PRIORITY
8 #endif