~ubuntu-branches/ubuntu/vivid/quantlib-swig/vivid-proposed

« back to all changes in this revision

Viewing changes to Java/org/quantlib/Cdor.java

  • Committer: Package Import Robot
  • Author(s): Dirk Eddelbuettel
  • Date: 2013-09-02 14:18:33 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20130902141833-z4hia8bac0o2fzqz
Tags: 1.3-1
* New upstream release

* debian/control: Set Build-Depends: to current QuantLib version 

* debian/control: Set Standards-Version: to current version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* ----------------------------------------------------------------------------
2
2
 * This file was automatically generated by SWIG (http://www.swig.org).
3
 
 * Version 2.0.4
 
3
 * Version 2.0.10
4
4
 *
5
5
 * Do not make changes to this file unless you know what you are doing--modify
6
6
 * the SWIG interface file instead.
11
11
public class Cdor extends IborIndex {
12
12
  private long swigCPtr;
13
13
 
14
 
  public Cdor(long cPtr, boolean cMemoryOwn) {
 
14
  protected Cdor(long cPtr, boolean cMemoryOwn) {
15
15
    super(QuantLibJNI.Cdor_SWIGUpcast(cPtr), cMemoryOwn);
16
16
    swigCPtr = cPtr;
17
17
  }
18
18
 
19
 
  public static long getCPtr(Cdor obj) {
 
19
  protected static long getCPtr(Cdor obj) {
20
20
    return (obj == null) ? 0 : obj.swigCPtr;
21
21
  }
22
22