Reorganized names

This commit is contained in:
Geoffrey Hutchison
2006-11-03 22:30:38 +00:00
parent 07164cb7be
commit 9519c444ec
48 changed files with 0 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 1.3.29
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
public class SWIGTYPE_p_std__streampos {
private long swigCPtr;
protected SWIGTYPE_p_std__streampos(long cPtr, boolean futureUse) {
swigCPtr = cPtr;
}
protected SWIGTYPE_p_std__streampos() {
swigCPtr = 0;
}
protected static long getCPtr(SWIGTYPE_p_std__streampos obj) {
return (obj == null) ? 0 : obj.swigCPtr;
}
}