corba/src/share/classes/com/sun/corba/se/impl/interceptors/PINoOpHandlerImpl.java
changeset 13171 1ac5e9a54a6e
parent 7672 aec650969dd5
equal deleted inserted replaced
13082:9b19b2302c28 13171:1ac5e9a54a6e
     1 /*
     1 /*
     2  * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    65  * ORB.postInit( ) call.
    65  * ORB.postInit( ) call.
    66  */
    66  */
    67 public class PINoOpHandlerImpl implements PIHandler
    67 public class PINoOpHandlerImpl implements PIHandler
    68 {
    68 {
    69     public PINoOpHandlerImpl( ) {
    69     public PINoOpHandlerImpl( ) {
       
    70     }
       
    71 
       
    72     public void close() {
    70     }
    73     }
    71 
    74 
    72     public void initialize() {
    75     public void initialize() {
    73     }
    76     }
    74 
    77