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

#ifndef __org_apache_lucene_index_IndexWriter$3__
#define __org_apache_lucene_index_IndexWriter$3__

#pragma interface

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

extern "Java"
{
  namespace org
  {
    namespace apache
    {
      namespace lucene
      {
        namespace store
        {
          class Lock;
        }
        namespace index
        {
          class IndexWriter$3;
          class IndexWriter;
        }
      }
    }
  }
}

class org::apache::lucene::index::IndexWriter$3 : public ::org::apache::lucene::store::Lock$With
{
public: // actually package-private
  IndexWriter$3 (::org::apache::lucene::index::IndexWriter *, ::org::apache::lucene::store::Lock *, jlong, ::java::lang::String *);
public:
  virtual ::java::lang::Object *doBody ();
private:
  ::java::lang::String * __attribute__((aligned(__alignof__( ::org::apache::lucene::store::Lock$With )))) val$mergedName;
  ::org::apache::lucene::index::IndexWriter *this$0;

  friend class org_apache_lucene_index_IndexWriter$3;
  friend class org_apache_lucene_store_Lock$With;
public:

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

#endif /* __org_apache_lucene_index_IndexWriter$3__ */
