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 #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git]
/
TAO
/
orbsvcs
/
tests
/
InterfaceRepo
/
Bug_3200_Regression
/
a.idl
blob
f738247d66fbb110e0ddd1bd2ff71122ae1f30fb
1
#ifndef __A_IDL__
2
#define __A_IDL__
3
module
wtk
{
4
5
interface
test
{
6
// const string SDO_SERVICE_NAME = "IDL:FMK_ItJobMgr";
7
void
mytest
();
8
9
10
};
11
12
};
13
#endif