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
/
examples
/
ORT
/
Gateway.idl
blob
e69ea1b2985a7e6eaa75de0309f99235eee975a8
1
#ifndef GATEWAY_IDL
2
#define GATEWAY_IDL
3
4
module
Gateway
5
{
6
interface
Object_Factory
7
{
8
Object
create_object
(
in string
interface_repository_id
,
9
in Object
gatewayed_object
);
10
};
11
12
};
13
14
#endif
/* GATEWAY_IDL */