Changeset 4501 for trunk/libpaths

Show
Ignore:
Timestamp:
10/12/08 09:42:46 (3 months ago)
Author:
pmoura
Message:

Added an example, "people", illustrating a simple implementation solution for object constructors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libpaths/libpaths.pl

    r4466 r4501  
    7070     assertz(logtalk_library_path(operators, examples('operators/'))), 
    7171     assertz(logtalk_library_path(parametric, examples('parametric/'))), 
     72     assertz(logtalk_library_path(people, examples('people/'))), 
    7273     assertz(logtalk_library_path(philosophers, threads('philosophers/'))), 
    7374     assertz(logtalk_library_path(poem, examples('poem/'))),