summaryrefslogtreecommitdiff
path: root/ace/Future.h
diff options
context:
space:
mode:
authorgonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-08 08:00:12 +0000
committergonzo <gonzo@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-06-08 08:00:12 +0000
commit907c9dbc4c4dd6ed06de9bc75537550ee192521c (patch)
treee71232d934123b28a8ad06d33681fe7ddecf680f /ace/Future.h
parente49857037f7f63debb04f3d0ac314bb233dcab75 (diff)
downloadATCD-907c9dbc4c4dd6ed06de9bc75537550ee192521c.tar.gz
Added initial support for Borland C++ Builder
Diffstat (limited to 'ace/Future.h')
-rw-r--r--ace/Future.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Future.h b/ace/Future.h
index 4f628074773..4677fcd164d 100644
--- a/ace/Future.h
+++ b/ace/Future.h
@@ -26,7 +26,8 @@
// Forward decl.
template <class T> class ACE_Future;
-template <class T> class ACE_Future_Rep
+template <class T>
+class ACE_Future_Rep
{
// = TITLE
// ACE_Future_Rep<T>
@@ -103,7 +104,8 @@ private:
ACE_Thread_Mutex value_ready_mutex_;
};
-template <class T> class ACE_Future
+template <class T>
+class ACE_Future
{
// = TITLE
// This class implements a ``single write, multiple read''