/[gnustep]/gnustep/dev-libs/StepTalk/Modules/ReadlineTranscript/ReadlineTranscriptModule.m
ViewVC logotype

Contents of /gnustep/dev-libs/StepTalk/Modules/ReadlineTranscript/ReadlineTranscriptModule.m

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Oct 3 16:30:06 2003 UTC (20 years, 8 months ago) by stefanu
Branch: MAIN
CVS Tags: StepTalk-0_10_0, StepTalk-0_9_0, StepTalk-0_9_1, StepTalk-0_8_1, StepTalk-0_8_2, HEAD
Added ReadlineTranscript

1 /**
2 ReadlineTranscriptModule.m
3 Transcript module
4
5 Copyright (c) 2002 Free Software Foundation
6
7 Written by: Stefan Urbanek <urbanek@host.sk>
8 Date: 2001 May 18
9
10 This file is part of the StepTalk project.
11
12 This library is free software; you can redistribute it and/or
13 modify it under the terms of the GNU Lesser General Public
14 License as published by the Free Software Foundation; either
15 version 2 of the License, or (at your option) any later version.
16
17 This library is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
20 Lesser General Public License for more details.
21
22 You should have received a copy of the GNU Lesser General Public
23 License along with this library; if not, write to the Free Software
24 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
25
26 */
27
28 #import "ReadlineTranscriptModule.h"
29 #import "ReadlineTranscript.h"
30
31 #import <Foundation/NSDictionary.h>
32 #import <Foundation/NSString.h>
33
34 @implementation ReadlineTranscriptModule
35 + (NSDictionary *)namedObjectsForScripting
36 {
37 return [NSDictionary dictionaryWithObject:[ReadlineTranscript sharedTranscript]
38 forKey:@"Transcript"];
39 }
40 @end
41

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26