/////////////////////////////////////////////////////////////////// // // Simple Digital Library Interoperability Protocol (SDLIP) // // Documentation: // Protocol is described at // http://www-diglib.stanford.edu/~testbed/doc2/SDLIP // // This is the abstract SDLIP interface as used to communicate between // client server transport modules via CORBA calls. // // Last Modified: Jul18, 1999 (Andreas Paepcke) // /////////////////////////////////////////////////////////////////// module sdlip { module CORBA { // In CORBA mapping XMLObject is a string typedef string XMLObject; // If your idl compiler doesn't handle #include correctly (eg. the // mico idl compiler doesn't actually include the file inline before // it compiles), then you should manually place the SDLIPCore.idl // file here in place of the following line and then compile. #include "SDLIPCore.idl" }; };