]>
git.saurik.com Git - apple/icu.git/blob - icuSources/samples/layout/GDIGUISupport.h
2 *******************************************************************************
4 * Copyright (C) 1999-2005, International Business Machines
5 * Corporation and others. All Rights Reserved.
7 *******************************************************************************
8 * file name: GDIGUISupport.h
10 * created on: 11/06/2001
11 * created by: Eric R. Mader
14 #ifndef __GDIGUISUPPORT_H
15 #define __GDIGUISUPPORT_H
17 #include "GUISupport.h"
19 class GDIGUISupport
: public GUISupport
23 virtual ~GDIGUISupport() {};
25 virtual void postErrorMessage(const char *message
, const char *title
);