aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/libjava/gnu/classpath/jdwp/id/ThreadGroupId.h
blob: 3f6b8f9e4eb8d996ee7c6e9292badeed26d452b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37

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

#ifndef __gnu_classpath_jdwp_id_ThreadGroupId__
#define __gnu_classpath_jdwp_id_ThreadGroupId__

#pragma interface

#include <gnu/classpath/jdwp/id/ObjectId.h>
extern "Java"
{
  namespace gnu
  {
    namespace classpath
    {
      namespace jdwp
      {
        namespace id
        {
            class ThreadGroupId;
        }
      }
    }
  }
}

class gnu::classpath::jdwp::id::ThreadGroupId : public ::gnu::classpath::jdwp::id::ObjectId
{

public:
  ThreadGroupId();
  virtual ::java::lang::ThreadGroup * getThreadGroup();
  static ::java::lang::Class * typeClass;
  static ::java::lang::Class class$;
};

#endif // __gnu_classpath_jdwp_id_ThreadGroupId__