-fpermissive to allow GCC to compile old C++
[oweals/cde.git] / cde / programs / dtmail / dtmail / QueryDialogManager.hh
1 /*
2  *+SNOTICE
3  *
4  *      $XConsortium: QueryDialogManager.hh /main/4 1996/04/21 19:43:05 drk $
5  *
6  *      RESTRICTED CONFIDENTIAL INFORMATION:
7  *      
8  *      The information in this document is subject to special
9  *      restrictions in a confidential disclosure agreement between
10  *      HP, IBM, Sun, USL, SCO and Univel.  Do not distribute this
11  *      document outside HP, IBM, Sun, USL, SCO, or Univel without
12  *      Sun's specific written approval.  This document and all copies
13  *      and derivative works thereof must be returned or destroyed at
14  *      Sun's request.
15  *
16  *      Copyright 1993 Sun Microsystems, Inc.  All rights reserved.
17  *
18  *+ENOTICE
19  */
20
21 ///////////////////////////////////////////////////////////
22 // QueryDialogManager.hh
23 //////////////////////////////////////////////////////////
24
25 #ifdef DEAD_WOOD
26
27 #ifndef QUERYDIALOGMANAGER_HH
28 #define QUERYDIALOGMANAGER_HH
29
30 #include "DialogManager.h"
31
32 class QueryDialogManager : public DialogManager {
33
34 protected:
35     Widget createDialog ( Widget );
36
37 public:
38   
39     QueryDialogManager ( char * );
40 };
41
42 extern QueryDialogManager *theQueryDialogManager;
43
44 #endif
45
46 #endif /* DEAD_WOOD */