~ubuntu-branches/ubuntu/trusty/ocamlnet/trusty

« back to all changes in this revision

Viewing changes to src/netplex/netplex_sharedvar.ml

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-12-23 21:53:27 UTC
  • mfrom: (18.2.11 trusty-proposed)
  • Revision ID: package-import@ubuntu.com-20131223215327-ezc6kxzldh4ki71o
Tags: 3.7.3-3build2
Rebuild for ocaml-4.01.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(* $Id: netplex_sharedvar.ml 1529 2011-01-04 01:37:10Z gerd $ *)
 
1
(* $Id: netplex_sharedvar.ml 1845 2013-05-27 14:09:37Z gerd $ *)
2
2
 
3
3
open Netplex_types
4
4
 
27
27
          )
28
28
      )
29
29
 
 
30
      method required = []
 
31
 
30
32
      method program =
31
33
        Netplex_ctrl_aux.program_Sharedvar'V1
32
34