X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=libjava%2Fjavax%2Ftransaction%2Fxa%2FXid.java;fp=libjava%2Fjavax%2Ftransaction%2Fxa%2FXid.java;h=0000000000000000000000000000000000000000;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=2edf0c52c57af8ae48cb67a4c2a8c6f8df46f5f4;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/libjava/javax/transaction/xa/Xid.java b/libjava/javax/transaction/xa/Xid.java deleted file mode 100644 index 2edf0c52..00000000 --- a/libjava/javax/transaction/xa/Xid.java +++ /dev/null @@ -1,24 +0,0 @@ -/* Copyright (C) 2001 Free Software Foundation - - This file is part of libgcj. - -This software is copyrighted work licensed under the terms of the -Libgcj License. Please consult the file "LIBGCJ_LICENSE" for -details. */ - -package javax.transaction.xa; - -/** - * @author Warren Levy - * @date May 25, 2001 - */ - -public abstract interface Xid -{ - public static final int MAXGTRIDSIZE = 64; - public static final int MAXBQUALSIZE = 64; - - public int getFormatId(); - public byte[] getGlobalTransactionId(); - public byte[] getBranchQualifier(); -}