Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

indri_jni.h

Go to the documentation of this file.
00001 /* ----------------------------------------------------------------------------
00002  * This file was automatically generated by SWIG (http://www.swig.org).
00003  * Version 1.3.36
00004  * 
00005  * This file is not intended to be easily readable and contains a number of 
00006  * coding conventions designed to improve portability and efficiency. Do not make
00007  * changes to this file unless you know what you are doing--modify the SWIG 
00008  * interface file instead. 
00009  * ----------------------------------------------------------------------------- */
00010 
00011 #ifndef SWIG_indri_WRAP_H_
00012 #define SWIG_indri_WRAP_H_
00013 
00014 struct SwigDirector_IndexStatus : public indri::api::IndexStatus, public Swig::Director {
00015 
00016 public:
00017     void swig_connect_director(JNIEnv *jenv, jobject jself, jclass jcls, bool swig_mem_own, bool weak_global);
00018     SwigDirector_IndexStatus(JNIEnv *jenv);
00019     virtual ~SwigDirector_IndexStatus();
00020     virtual void status(int code, std::string const &documentPath, std::string const &error, int documentsIndexed, int documentsSeen);
00021 public:
00022     bool swig_overrides(int n) {
00023       return (n < 1 ? swig_override[n] : false);
00024     }
00025 protected:
00026     bool swig_override[1];
00027 };
00028 
00029 
00030 #endif

Generated on Tue Jun 15 11:02:54 2010 for Lemur by doxygen 1.3.4