Update of /cvsroot/openinteract/OpenInteract2/doc/Manual
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28348/doc/Manual
Modified Files:
Architecture.pod
Log Message:
update base config ref
Index: Architecture.pod
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/doc/Manual/Architecture.pod,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** Architecture.pod 26 Feb 2005 05:06:33 -0000 1.12
--- Architecture.pod 17 Mar 2005 02:28:04 -0000 1.13
***************
*** 241,245 ****
# Create the context...
! my $ctx = OpenInteract2::Context->create( $base_config );
# ...let the context know what type of adapter we are
--- 241,245 ----
# Create the context...
! my $ctx = OpenInteract2::Context->create( $bootstrap );
# ...let the context know what type of adapter we are
|