repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Changes to attempt to silence bcc64x
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
examples
/
Log
/
Notify
/
Log_Notify.mpc
blob
62cb293b63d790383fc8d8160188ccdd81751774
1
// -*- MPC -*-
2
project(*Consumer) : orbsvcsexe, dsnotifylogadmin, notification_skel, naming {
3
exename = Notify_Consumer
4
source_files {
5
Notify_Consumer.cpp
6
}
7
}
8
9
project(*Supplier) : orbsvcsexe, dsnotifylogadmin, notification_skel, naming {
10
exename = Notify_Supplier
11
source_files {
12
Notify_Supplier.cpp
13
}
14
}