OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [javax/] [sound/] [sampled/] [CompoundControl.h] - Blame information for rev 772

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 759 jeremybenn
 
2
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
 
4
#ifndef __javax_sound_sampled_CompoundControl__
5
#define __javax_sound_sampled_CompoundControl__
6
 
7
#pragma interface
8
 
9
#include <javax/sound/sampled/Control.h>
10
#include <gcj/array.h>
11
 
12
extern "Java"
13
{
14
  namespace javax
15
  {
16
    namespace sound
17
    {
18
      namespace sampled
19
      {
20
          class CompoundControl;
21
          class CompoundControl$Type;
22
          class Control;
23
      }
24
    }
25
  }
26
}
27
 
28
class javax::sound::sampled::CompoundControl : public ::javax::sound::sampled::Control
29
{
30
 
31
public: // actually protected
32
  CompoundControl(::javax::sound::sampled::CompoundControl$Type *, JArray< ::javax::sound::sampled::Control * > *);
33
public:
34
  virtual JArray< ::javax::sound::sampled::Control * > * getMemberControls();
35
  virtual ::java::lang::String * toString();
36
private:
37
  JArray< ::javax::sound::sampled::Control * > * __attribute__((aligned(__alignof__( ::javax::sound::sampled::Control)))) memberControls;
38
public:
39
  static ::java::lang::Class class$;
40
};
41
 
42
#endif // __javax_sound_sampled_CompoundControl__

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.