/[marvin]/marvin/src/libnn/misc/defaultVisitor.ml
ViewVC logotype

Diff of /marvin/src/libnn/misc/defaultVisitor.ml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by srv89, Thu Jul 31 02:02:33 2003 UTC revision 1.2 by srv89, Sun Sep 7 19:13:12 2003 UTC
# Line 41  Line 41 
41    @author Matthieu Lagacherie    @author Matthieu Lagacherie
42    @author Olivier Ricordeau    @author Olivier Ricordeau
43    @since 06/08/2003    @since 06/08/2003
44      All the visitors in LibNN inherit from that class, and use the `visit'
45      method to do their job.
46  *)  *)
47    
48  class virtual ['a] defaultVisitor =  class virtual ['a] defaultVisitor =
49  object  object
50    
51      (**
52        The generic visit method.
53      *)
54    method virtual visit : 'a -> unit    method virtual visit : 'a -> unit
55    
56  end  end

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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