/*
 * File:          G2_Impl.java
 * Symbol:        Inherit.G2-v1.1
 * Symbol Type:   class
 * Babel Version: 0.10.2
 * Description:   Server-side implementation for Inherit.G2
 * 
 * WARNING: Automatically generated; only changes within splicers preserved
 * 
 * babel-version = 0.10.2
 */

package Inherit;

import Inherit.A;
import sidl.ClassInfo;
import Inherit.D;
import sidl.BaseInterface;
import sidl.BaseClass;

// DO-NOT-DELETE splicer.begin(Inherit.G2._imports)
// Put additional imports here...
// DO-NOT-DELETE splicer.end(Inherit.G2._imports)

/**
 * Symbol "Inherit.G2" (version 1.1)
 */
public class G2_Impl extends G2
{

  // DO-NOT-DELETE splicer.begin(Inherit.G2._data)
  // Put additional private data here...
  // DO-NOT-DELETE splicer.end(Inherit.G2._data)

  static { 
  // DO-NOT-DELETE splicer.begin(Inherit.G2._load)
  // Put load function implementation here...
  // DO-NOT-DELETE splicer.end(Inherit.G2._load)
  }

  /**
   * User defined constructor
   */
  public G2_Impl(long IORpointer){
    super(IORpointer);
    // DO-NOT-DELETE splicer.begin(Inherit.G2.G2)
    // add construction details here
    // DO-NOT-DELETE splicer.end(Inherit.G2.G2)
  }

  /**
   * User defined destructing method
   */
  public void finalize() throws Throwable{
    super.finalize();
    // DO-NOT-DELETE splicer.begin(Inherit.G2._dtor)
    // add destruction details here
    // DO-NOT-DELETE splicer.end(Inherit.G2._dtor)
  }

  // user defined static methods: (none)

  // user defined non-static methods:
  /**
   * Method:  a[]
   */
  public java.lang.String a_Impl () 
  {
    // DO-NOT-DELETE splicer.begin(Inherit.G2.a)
    // insert implementation here
    return new java.lang.String("G2.a");
    // DO-NOT-DELETE splicer.end(Inherit.G2.a)
  }

  /**
   * Method:  d[]
   */
  public java.lang.String d_Impl () 
  {
    // DO-NOT-DELETE splicer.begin(Inherit.G2.d)
    // insert implementation here
    return new java.lang.String("G2.d");
    // DO-NOT-DELETE splicer.end(Inherit.G2.d)
  }

  /**
   * Method:  g[]
   */
  public java.lang.String g_Impl () 
  {
    // DO-NOT-DELETE splicer.begin(Inherit.G2.g)
    // insert implementation here
    return new java.lang.String("G2.g");
    // DO-NOT-DELETE splicer.end(Inherit.G2.g)
  }


  // DO-NOT-DELETE splicer.begin(Inherit.G2._misc)
  // Put miscellaneous code here
  // DO-NOT-DELETE splicer.end(Inherit.G2._misc)

} // end class G2

