~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/xpinstall/wizard/libxpnet/GUSI/include/GUSISIOUX.h

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
 
2
// % Project    :       GUSI                            -       Grand Unified Socket Interface                    
 
3
// % File               :       GUSISIOUX.nw            -       SIOUX Support                                 
 
4
// % Author     :       Matthias Neeracher                                           
 
5
// % Language   :       C++                                                        
 
6
// %                                                                       
 
7
// % $Log: GUSISIOUX.h,v $
 
8
// % Revision 1.1  2001/03/11 22:38:08  sgehani%netscape.com
 
9
// % First Checked In.
 
10
// %                                                
 
11
// % Revision 1.8  2000/05/23 07:18:03  neeri                              
 
12
// % Improve formatting                                                    
 
13
// %                                                                       
 
14
// % Revision 1.7  2000/03/06 06:03:29  neeri                              
 
15
// % Check device families for file paths                                  
 
16
// %                                                                       
 
17
// % Revision 1.6  1999/08/26 05:45:08  neeri                              
 
18
// % Fixes for literate edition of source code                             
 
19
// %                                                                       
 
20
// % Revision 1.5  1999/06/08 04:31:30  neeri                              
 
21
// % Getting ready for 2.0b2                                               
 
22
// %                                                                       
 
23
// % Revision 1.4  1999/05/29 06:26:45  neeri                              
 
24
// % Fixed header guards                                                   
 
25
// %                                                                       
 
26
// % Revision 1.3  1999/03/17 09:05:12  neeri                              
 
27
// % Added GUSITimer, expanded docs                                        
 
28
// %                                                                       
 
29
// % Revision 1.2  1998/11/22 23:07:01  neeri                              
 
30
// % Releasing 2.0a4 in a hurry                                            
 
31
// %                                                                       
 
32
// % Revision 1.1  1998/10/25 11:57:39  neeri                              
 
33
// % Ready to release 2.0a3                                                
 
34
// %                                                                       
 
35
// %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%  
 
36
//                                                                         
 
37
// \chapter{SIOUX Support}                                                 
 
38
//                                                                         
 
39
// To combine GUSI with SIOUX, terminal I/O needs to interface with the SIOUX
 
40
// event handling.                                                         
 
41
//                                                                         
 
42
// SIOUX support is installed implicitly through [[GUSISetupConsoleDescriptors]]
 
43
//                                                                         
 
44
// <GUSISIOUX.h>=                                                          
 
45
#ifndef _GUSISIOUX_
 
46
#define _GUSISIOUX_
 
47
 
 
48
#endif /* _GUSISIOUX_ */