aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net/SocketAddress.java
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2004-11-23 15:03:15 -0800
committerRichard Henderson <rth@gcc.gnu.org>2004-11-23 15:03:15 -0800
commit4488a8b8769d54a19634d22c42bd9ec111a89be5 (patch)
treed1a76f18f5ec7676024c59484c69a8c80a10e55b /libjava/java/net/SocketAddress.java
parentb2cfdb12c2501e363ca16a497df70c7459da3ef4 (diff)
downloadgcc-4488a8b8769d54a19634d22c42bd9ec111a89be5.zip
gcc-4488a8b8769d54a19634d22c42bd9ec111a89be5.tar.gz
gcc-4488a8b8769d54a19634d22c42bd9ec111a89be5.tar.bz2
simplify-rtx.c (simplify_subreg): Use subreg_regno_offset directly instead of using a SUBREG temporary.
* simplify-rtx.c (simplify_subreg): Use subreg_regno_offset directly instead of using a SUBREG temporary. From-SVN: r91114
Diffstat (limited to 'libjava/java/net/SocketAddress.java')
0 files changed, 0 insertions, 0 deletions
onfig'>revert-10757-llvm-config Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/test cases/frameworks/9 wxwidgets/mainwin.h
blob: b5ca18de3f6190719b1baa32de8190580f7634dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#pragma once

#include <wx/wx.h>

class MyApp: public wxApp
{
public:
  virtual bool OnInit();
};
class MyFrame: public wxFrame
{
public:
  MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
private:
  void OnHello(wxCommandEvent& event);
  void OnExit(wxCommandEvent& event);
  void OnAbout(wxCommandEvent& event);
  wxDECLARE_EVENT_TABLE();
};

enum {
    ID_Hello = 1
};