/[classpath]/classpath/gnu/CORBA/OrbFunctional.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/OrbFunctional.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by audriusa, Thu Nov 10 07:52:55 2005 UTC revision 1.4 by audriusa, Tue Nov 15 20:36:32 2005 UTC
# Line 1612  public class OrbFunctional extends OrbRe Line 1612  public class OrbFunctional extends OrbRe
1612          // TODO log it.          // TODO log it.
1613          return;          return;
1614        }        }
1615        finally
1616          {
1617            try
1618              {
1619                if (service!=null && !service.isClosed())
1620                  service.close();
1621              }
1622            catch (IOException ioex)
1623              {
1624                // OK.
1625              }
1626          }
1627    }    }
1628        
1629    /**    /**

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26