Logtalk 2.29.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1744 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.28.2
|
||||
Release 2.29.1
|
||||
|
||||
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
|
@@ -1,6 +1,6 @@
|
||||
=================================================================
|
||||
Logtalk - Object oriented extension to Prolog
|
||||
Release 2.28.2
|
||||
Release 2.29.1
|
||||
|
||||
Copyright (c) 1998-2006 Paulo Moura. All Rights Reserved.
|
||||
=================================================================
|
||||
|
@@ -241,13 +241,13 @@
|
||||
|
||||
|
||||
:- object(object,
|
||||
implements(objectp, event_handlersp),
|
||||
implements(objectp, monitoring),
|
||||
imports(initialization, class_hierarchy),
|
||||
instantiates(class)).
|
||||
|
||||
:- info([
|
||||
version is 1.0,
|
||||
date is 2000/7/24,
|
||||
version is 1.1,
|
||||
date is 2006/12/14,
|
||||
author is 'Paulo Moura',
|
||||
comment is 'Minimal predicates for all objects. Default root of the inheritance graph.']).
|
||||
|
||||
|
@@ -23,12 +23,12 @@
|
||||
|
||||
|
||||
:- object(proto,
|
||||
implements(protop, event_handlersp),
|
||||
implements(protop, monitoring),
|
||||
imports(initialization, proto_hierarchy)).
|
||||
|
||||
:- info([
|
||||
version is 1.1,
|
||||
date is 2005/10/22,
|
||||
version is 1.2,
|
||||
date is 2006/12/14,
|
||||
author is 'Paulo Moura',
|
||||
comment is 'Minimal predicates for all prototypes. Default root of the extension graph.']).
|
||||
|
||||
|
Reference in New Issue
Block a user