mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-08 09:07:53 +00:00
21 lines
505 B
C++
21 lines
505 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_util_concurrent_SynchronousQueue$WaitQueue__
|
|
#define __java_util_concurrent_SynchronousQueue$WaitQueue__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
|
|
class java::util::concurrent::SynchronousQueue$WaitQueue : public ::java::lang::Object
|
|
{
|
|
|
|
public: // actually package-private
|
|
SynchronousQueue$WaitQueue();
|
|
public:
|
|
static ::java::lang::Class class$;
|
|
};
|
|
|
|
#endif // __java_util_concurrent_SynchronousQueue$WaitQueue__
|