InteractionHandler.java (76b6b121) | InteractionHandler.java (4e7d57d8) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 124 unchanged lines hidden (view full) --- 133 { 134 ++m_nTry; 135 xRetry.select(); 136 return; 137 } 138 } 139 } 140 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 124 unchanged lines hidden (view full) --- 133 { 134 ++m_nTry; 135 xRetry.select(); 136 return; 137 } 138 } 139 } 140 |
141 // otherwhise we can abort this interaction only | 141 // otherwise we can abort this interaction only |
142 if (xAbort != null) 143 { 144 xAbort.select(); 145 } 146 } 147 148 public boolean wasUsed() { 149 return m_bWasUsed; 150 } 151} | 142 if (xAbort != null) 143 { 144 xAbort.select(); 145 } 146 } 147 148 public boolean wasUsed() { 149 return m_bWasUsed; 150 } 151} |