00001
00002
00003
00004
00005
00006
00007
00008
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