repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
DevGuideExamples
/
NotifyService
/
RTNotify
/
Priorities.h
blob
fb667d54f9c8549a5f389d5c9836b99e90ff0873
1
#ifndef _PRIORITIES_H_
2
#define _PRIORITIES_H_
3
4
#define LOW_PRIORITY 0
5
#define HIGH_PRIORITY 0
6
#define DEFAULT_PRIORITY LOW_PRIORITY
7
8
#endif