summaryrefslogtreecommitdiff
path: root/sources/examples/pilib/handover.scala
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2004-02-23 13:09:46 +0000
committermichelou <michelou@epfl.ch>2004-02-23 13:09:46 +0000
commitb1e0f1183624a886e3b86905a25d29fe2ac38532 (patch)
treee9ebcb82350447a0b9855516edc8504115933344 /sources/examples/pilib/handover.scala
parentf6fa10b19b84249c5f249b304dabd8e7b51121a8 (diff)
downloadscala-b1e0f1183624a886e3b86905a25d29fe2ac38532.tar.gz
scala-b1e0f1183624a886e3b86905a25d29fe2ac38532.tar.bz2
scala-b1e0f1183624a886e3b86905a25d29fe2ac38532.zip
- added package clause.
Diffstat (limited to 'sources/examples/pilib/handover.scala')
-rw-r--r--sources/examples/pilib/handover.scala2
1 files changed, 2 insertions, 0 deletions
diff --git a/sources/examples/pilib/handover.scala b/sources/examples/pilib/handover.scala
index 906af55689..85fb899555 100644
--- a/sources/examples/pilib/handover.scala
+++ b/sources/examples/pilib/handover.scala
@@ -1,3 +1,5 @@
+package examples.pilib;
+
/**
* Handover example with recursive types for channels.
*/