Fresco/contrib/daVinci/src main.cc,1.9,1.10
Tobias Hunger <[email protected]> Fri, 01 Aug 2003 11:47:25 -0500
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/contrib/daVinci/src
In directory purcel:/tmp/cvs-serv24256/contrib/daVinci/src
Modified Files:
main.cc
Log Message:
Babylon work over:
* Use iconv to convert characters to/from Babylon
* Updtae to Unicode Version 4.0
* Added unit tests (some fail for now, still need to work on that)
* Removed the VisualTextBuffer from the CommandKit: I still like the idea,
unfortunately it won't work out in the real world:-|
* Updated code to the changed Babylon interfaces whereever needed.
Index: main.cc
===================================================================
RCS file: /cvs/fresco/Fresco/contrib/daVinci/src/main.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- main.cc 11 Apr 2003 00:09:35 -0000 1.9
+++ main.cc 1 Aug 2003 16:47:22 -0000 1.10
@@ -76,7 +76,8 @@
Server_var s = resolve_server(getopt, orb);
- ClientContextImpl *client_impl = new ClientContextImpl("daVinci");
+ ClientContextImpl *client_impl =
+ new ClientContextImpl(Babylon::String("daVinci"));
ClientContext_var client = client_impl->_this();
ServerContext_var server = s->create_server_context(client);