00001
#ifndef ACSREFGEN_IDL
00002
#define ACSREFGEN_IDL
00003
00004
00005
00006 module ACS
00007 {
00008 interface
acsRefGen
00009 {
00010
00011 Object createRef(in string host, in string objectKey, in string RID, in string protocol);
00012 };
00013
00014 };
00015
00016
00017
#endif