summaryrefslogtreecommitdiff
path: root/src/library/scala/concurrent/TIMEOUT.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/concurrent/TIMEOUT.scala')
-rw-r--r--src/library/scala/concurrent/TIMEOUT.scala12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/library/scala/concurrent/TIMEOUT.scala b/src/library/scala/concurrent/TIMEOUT.scala
new file mode 100644
index 0000000000..d665fdf649
--- /dev/null
+++ b/src/library/scala/concurrent/TIMEOUT.scala
@@ -0,0 +1,12 @@
+/* __ *\
+** ________ ___ / / ___ Scala API **
+** / __/ __// _ | / / / _ | (c) 2003-04, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | **
+** /____/\___/_/ |_/____/_/ | | **
+** |/ **
+** $Id$
+\* */
+
+package scala.concurrent;
+
+case class TIMEOUT();