Index: generic/aolstub.c =================================================================== diff -u -r0e8b567e2a1808c514f6340430920ad4d59953bc -r8eddf67371ec031084a6ef98fdec21e38dff85ff --- generic/aolstub.c (.../aolstub.c) (revision 0e8b567e2a1808c514f6340430920ad4d59953bc) +++ generic/aolstub.c (.../aolstub.c) (revision 8eddf67371ec031084a6ef98fdec21e38dff85ff) @@ -1,7 +1,7 @@ /* This file provides the stubs needed for the AOL_SERVER, Please note, that you have to have to apply a small patch - to the AOL server as well (available from www.xotcl.org) + to the AOL server as well (available from www.nsf.org) in order to get it working. Authore: @@ -58,7 +58,7 @@ * predefined is through */ Tcl_Import(interp, Tcl_GetGlobalNamespace(interp), - "xotcl::*", 0); + "nsf::*", 0); } firsttime = 0; } @@ -100,7 +100,7 @@ * on thread-exit time, so don't create any XOTcl resources there. * Create them in the startup thread and they will automatically be copied * for you. - * Look in /modules/tcl/xotcl for a simple example. + * Look in /modules/tcl/nsf for a simple example. * * Results: * Standard Tcl result. @@ -126,7 +126,7 @@ * Import the XOTcl namespace only for the shell after * predefined is through */ - Tcl_Import(interp, Tcl_GetGlobalNamespace(interp), "xotcl::*", 1); + Tcl_Import(interp, Tcl_GetGlobalNamespace(interp), "nsf::*", 1); return result; }