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
/
tests
/
Object_Loader
/
Test.idl
blob
9d82ef2d79af5af28324a869b8bd91eaf6306d05
1
interface
Test
2
{
3
// = TITLE
4
// A simple interface to test the Object Loading features in the
5
// ORB.
6
7
long
instance_count
();
8
9
void
destroy
();
10
};