Next Previous Up Top Contents Index

2.2 Complete source code for the Hello World example

2.2.4 The complete Hello World client source code

The complete code for the Hello World client (thehello-world-client.lisp file) is:

(in-package "CL-USER")

(defun run-client () (let ((orb (op:orb_init nil "Harlequin Common Lisp Orb"))) (let ((world (op:narrow 'HelloWorld:world (file-to-object orb)))) (format t "~S~%" (op:hello world)))))


Developing Component Software with CORBA - 22 Jan 1999

Next Previous Up Top Contents Index

Generated with Harlequin WebMaker