diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-09 20:41:18 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-09 20:41:18 +0000 |
commit | e6745a8a2bfecafcda416cecff6d89a308f6e88f (patch) | |
tree | 9a1eb75c5bdad86d3ca98c7541ff531e441925cf /protocols/ace/TMCast/Protocol.cpp | |
parent | 1382cb3afa9d44bb528b79cd43d4eec93d3c660f (diff) | |
download | ATCD-swapping.tar.gz |
This commit was manufactured by cvs2svn to create branch 'swapping'.swapping
Diffstat (limited to 'protocols/ace/TMCast/Protocol.cpp')
-rw-r--r-- | protocols/ace/TMCast/Protocol.cpp | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/protocols/ace/TMCast/Protocol.cpp b/protocols/ace/TMCast/Protocol.cpp deleted file mode 100644 index 9d57a97f221..00000000000 --- a/protocols/ace/TMCast/Protocol.cpp +++ /dev/null @@ -1,31 +0,0 @@ -// file : TMCast/Protocol.cpp -// author : Boris Kolpackov <boris@dre.vanderbilt.edu> -// cvs-id : $Id$ - -#include "Protocol.hpp" - -namespace TMCast -{ - namespace Protocol - { - /* - namespace - { - char const* labels[] = { - "NONE", "BEGIN", "COMMIT", "ABORT", "COMMITED", "ABORTED"}; - } - - std::string - tslabel (Protocol::TransactionStatus s) - { - return labels[s]; - } - - std::ostream& - operator << (std::ostream& o, Transaction const& t) - { - return o << "{" << t.id << "; " << tslabel (t.status) << "}"; - } - */ - } -} |