// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __org_apache_lucene_index_IndexReader$1__
#define __org_apache_lucene_index_IndexReader$1__

#pragma interface

#include <org/apache/lucene/store/Lock$With.h>

extern "Java"
{
  namespace org
  {
    namespace apache
    {
      namespace lucene
      {
        namespace index
        {
          class IndexReader$1;
        }
        namespace store
        {
          class Lock;
          class Directory;
        }
      }
    }
  }
}

class org::apache::lucene::index::IndexReader$1 : public ::org::apache::lucene::store::Lock$With
{
public: // actually package-private
  IndexReader$1 (::org::apache::lucene::store::Lock *, jlong, ::org::apache::lucene::store::Directory *, jboolean);
public:
  virtual ::java::lang::Object *doBody ();
private:
  ::org::apache::lucene::store::Directory * __attribute__((aligned(__alignof__( ::org::apache::lucene::store::Lock$With )))) val$directory;
  jboolean val$closeDirectory;

  friend class org_apache_lucene_index_IndexReader$1;
  friend class org_apache_lucene_store_Lock$With;
public:

  static ::java::lang::Class class$;
};

#endif /* __org_apache_lucene_index_IndexReader$1__ */
