home *** CD-ROM | disk | FTP | other *** search
- unit BobNotes_i;
-
- { This file was generated on 2 Mar 2000 06:32:18 GMT by version 03.03.02.C3.03 }
- { of the Inprise VisiBroker idl2pas CORBA IDL compiler. }
-
- { Please do not edit the contents of this file. If you wish to modify them you }
- { should do so by editing and recompiling the original IDL which was located in the }
- { fileBobNotes.idl. }
-
- { Delphi Pascal unit BobNotes_i for the BobNotes IDL module. }
- { The purpose of this file is to declare the interfaces and variables used in the }
- { associated client (BobNotes_c) }
- { and/or server (BobNotes_s) units. }
- { This unit must be matched with the associated stub unit on the client side }
- { and/or the associated skeleton unit on the server side. }
-
- { This unit contains the pascal interface code for IDL module BobNotes. }
- {** IDL Source : "BobNotes.idl", line 1
- ** IDL Name : module
- ** Repository Id : IDL:BobNotes:1.0
- **}
-
-
- interface
-
- uses
- CORBA;
-
-
- type
- ICorBobNotes = interface;
- CorBobNotesFactory = interface;
-
-
- { Signature for the "BobNotes_i.ICorBobNotes" interface derived from the IDL interface "ICorBobNotes". }
- {** IDL Source : "BobNotes.idl", line 3
- ** IDL Name : interface
- ** Repository Id : IDL:BobNotes/ICorBobNotes:1.0
- **}
- ICorBobNotes = interface
- ['{36D00EB7-B4A7-9797-A084-1EC88FFFDB68}']
-
- { Interface methods representing IDL operations. }
- {** IDL Source : "BobNotes.idl", line 10
- ** IDL Name : operation
- ** Repository Id : IDL:BobNotes/ICorBobNotes/GetLines:1.0
- **}
- procedure GetLines (const User : WideString;
- const Password : WideString;
- out Lines : WideString);
- {** IDL Source : "BobNotes.idl", line 12
- ** IDL Name : operation
- ** Repository Id : IDL:BobNotes/ICorBobNotes/SetLines:1.0
- **}
- procedure SetLines (const User : WideString;
- const Password : WideString;
- const Lines : WideString);
- {** IDL Source : "BobNotes.idl", line 14
- ** IDL Name : operation
- ** Repository Id : IDL:BobNotes/ICorBobNotes/Answer:1.0
- **}
- procedure Answer (out Answer : Integer);
- {** IDL Source : "BobNotes.idl", line 15
- ** IDL Name : operation
- ** Repository Id : IDL:BobNotes/ICorBobNotes/StringAnswer:1.0
- **}
- procedure StringAnswer (const Question : Integer;
- out Answer : WideString);
- {** IDL Source : "BobNotes.idl", line 16
- ** IDL Name : operation
- ** Repository Id : IDL:BobNotes/ICorBobNotes/StringAnswer2:1.0
- **}
- procedure StringAnswer2 (const Question : WideString;
- out Answer : WideString);
- end;
-
-
- { Signature for the "BobNotes_i.CorBobNotesFactory" interface derived from the IDL interface "CorBobNotesFactory". }
- {** IDL Source : "BobNotes.idl", line 19
- ** IDL Name : interface
- ** Repository Id : IDL:BobNotes/CorBobNotesFactory:1.0
- **}
- CorBobNotesFactory = interface
- ['{F3CB924E-C689-CE98-5EA8-0300A72E88E3}']
-
- { Interface methods representing IDL operations. }
- {** IDL Source : "BobNotes.idl", line 21
- ** IDL Name : operation
- ** Repository Id : IDL:BobNotes/CorBobNotesFactory/CreateInstance:1.0
- **}
- function CreateInstance (const InstanceName : AnsiString): BobNotes_i.ICorBobNotes;
- end;
-
-
- implementation
- { The stub implementation code (if any) is located in the associated _C file. }
-
-
- initialization
- { The initialization code (if any) is located in the associated _C file. }
-
-
- finalization
- { The finalization code (if any) is located in the associated _C file. }
-
-
- end.