summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/TMCast/Protocol.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/TMCast/Protocol.hpp')
-rw-r--r--ACE/protocols/ace/TMCast/Protocol.hpp19
1 files changed, 1 insertions, 18 deletions
diff --git a/ACE/protocols/ace/TMCast/Protocol.hpp b/ACE/protocols/ace/TMCast/Protocol.hpp
index 6cdf374f4f9..91ef5ab4dab 100644
--- a/ACE/protocols/ace/TMCast/Protocol.hpp
+++ b/ACE/protocols/ace/TMCast/Protocol.hpp
@@ -1,6 +1,5 @@
-// file : ACE_TMCast/Protocol.hpp
+// $Id$
// author : Boris Kolpackov <boris@dre.vanderbilt.edu>
-// cvs-id : $Id$
#ifndef TMCAST_PROTOCOL_HPP
#define TMCAST_PROTOCOL_HPP
@@ -9,9 +8,6 @@ namespace ACE_TMCast
{
namespace Protocol
{
- //
- //
- //
unsigned long const MEMBER_ID_LENGTH = 38;
struct MemberId
@@ -23,13 +19,8 @@ namespace ACE_TMCast
*/
};
- //
- //
- //
typedef unsigned short TransactionId;
-
-
typedef unsigned char TransactionStatus;
TransactionStatus const TS_BEGIN = 1;
@@ -51,9 +42,6 @@ namespace ACE_TMCast
// typedef Transaction TransactionList[TL_LENGTH];
- //
- //
- //
struct MessageHeader
{
unsigned long length;
@@ -67,11 +55,6 @@ namespace ACE_TMCast
//TransactionList transaction_list;
};
-
- //
- //
- //
-
unsigned long const MAX_MESSAGE_SIZE = 768;
unsigned long const