Fresco/Fresco-C++/include/Fresco resolve.hh,1.13,1.14
Neil John Pilgrim <[email protected]>
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-C++/include/Fresco
In directory purcel:/tmp/cvs-serv29796/Fresco-C++/include/Fresco
Modified Files:
resolve.hh
Log Message:
- Hitting ESC on desktop should now exit server cleanly (no inf-loops/crashes)
- Hitting Ctrl-C on controlling terminal of server should now exit it cleanly
- On exiting cleanly, server references are unpublished
=> Closes bug82 and bug126
Index: resolve.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Fresco-C++/include/Fresco/resolve.hh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- resolve.hh 28 Nov 2002 22:25:46 -0000 1.13
+++ resolve.hh 23 Jan 2003 00:43:02 -0000 1.14
@@ -203,6 +203,11 @@
std::string ior_file_path,
CORBA::ORB_ptr orb);
+// -----------------------------------------------------------------------------
+// Un-publish the server reference (once server is finished)
+// -----------------------------------------------------------------------------
+
+void unpublish_server(CORBA::ORB_ptr orb);
// -----------------------------------------------------------------------------
// Helpers if using external Prague::Getopt