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

« back to all changes in this revision

Viewing changes to CSharp/csharp/JPYLibor.cs

  • Committer: Bazaar Package Importer
  • Author(s): Dirk Eddelbuettel
  • Date: 2011-05-07 14:21:41 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20110507142141-dkryodhz29yldrk6
Tags: 1.1~20110503-1
* First beta release for QuantLib 1.1

* debian/rules: Removed -fpermissive; new upstream code corrected

* debian/rules: Corrected 'python setup.py install' arguments
                                                        (Closes: #625946)

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 1.3.40
 
3
 * Version 2.0.1
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.
14
14
public class JPYLibor : IborIndex {
15
15
  private HandleRef swigCPtr;
16
16
 
17
 
  internal JPYLibor(IntPtr cPtr, bool cMemoryOwn) : base(NQuantLibcPINVOKE.JPYLiborUpcast(cPtr), cMemoryOwn) {
 
17
  internal JPYLibor(IntPtr cPtr, bool cMemoryOwn) : base(NQuantLibcPINVOKE.JPYLibor_SWIGUpcast(cPtr), cMemoryOwn) {
18
18
    swigCPtr = new HandleRef(this, cPtr);
19
19
  }
20
20