summaryrefslogtreecommitdiff
path: root/TAO/tests/Big_Oneways
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-08-18 16:16:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-08-18 16:16:30 +0000
commit1f51803805f81cb037e44a3fb37458bc0b1ac181 (patch)
tree93e4caeba7c5dae1ef57a2977dbb9f3e0031a613 /TAO/tests/Big_Oneways
parent8a7b43774a5d85b58d7793b90e9eb1e40be9201c (diff)
downloadATCD-1f51803805f81cb037e44a3fb37458bc0b1ac181.tar.gz
ChangeLogTag:Mon Aug 18 09:12:26 2003 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tests/Big_Oneways')
-rw-r--r--TAO/tests/Big_Oneways/Session.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tests/Big_Oneways/Session.h b/TAO/tests/Big_Oneways/Session.h
index e21b69bdb1f..9e026ad4fbb 100644
--- a/TAO/tests/Big_Oneways/Session.h
+++ b/TAO/tests/Big_Oneways/Session.h
@@ -1,13 +1,15 @@
+// -*- C++ -*-
//
// $Id$
-//
#ifndef BIG_ONEWAYS_SESSION_H
#define BIG_ONEWAYS_SESSION_H
+
#include /**/ "ace/pre.h"
#include "TestS.h"
#include "Session_Task.h"
+#include "ace/Barrier.h"
#if defined (_MSC_VER)
# if (_MSC_VER >= 1200)
@@ -113,4 +115,5 @@ private:
#endif /* _MSC_VER */
#include /**/ "ace/post.h"
+
#endif /* BIG_ONEWAYS_SESSION_H */