Changeset 189 for trunk/desktop/class_c


Ignore:
Timestamp:
Jan 14, 2007, 10:21:52 AM (19 years ago)
Author:
cinc
Message:

Code and IDL file cleanups.

Location:
trunk/desktop/class_c
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpfolder.c

    r188 r189  
    6565#include "desktoptypes.h"
    6666
    67 #ifndef WPFolder
    68 typedef struct WPFolder_struct {
    69   struct nomMethodTabStruct  *mtab;
    70   gulong body[1];
    71 } WPFolderObj;
    72 #define WPFolder WPFolderObj
    73 typedef WPFolder *PWPFolder;
    74 #endif
    75 
     67#include "wpnotebook.h"
    7668#include "wpfolderwindow.h"
    77 
    7869#include "wpfolder.ih"
    7970#include "wpdatafile.h"
  • trunk/desktop/class_c/wpfolderwindow.c

    r188 r189  
    4747#include "desktoptypes.h"
    4848
    49 #ifndef WPFolder
    50 typedef struct WPFolder_struct {
    51   struct nomMethodTabStruct  *mtab;
    52   gulong body[1];
    53 } WPFolderObj;
    54 #define WPFolder WPFolderObj
    55 typedef WPFolder *PWPFolder;
    56 #endif
    57 
     49#include "wpnotebook.h"
     50#include "wpfolderwindow.h"
     51#include "wpfolder.h"
    5852#include "wpfolderwindow.ih"
     53#include "wpobject.h"
    5954
    6055NOM_Scope PGtkWidget NOMLINK impl_WPFolderWindow_wpQueryContainerHandle(WPFolderWindow* nomSelf, CORBA_Environment *ev)
  • trunk/desktop/class_c/wpnotebook.c

    r178 r189  
    4646#include "desktoptypes.h"
    4747
    48 #include "nomfolderwindow.h"
    4948#include "wpnotebook.ih"
    5049
  • trunk/desktop/class_c/wpobject.c

    r188 r189  
    5050#include <nomguitk.h>
    5151
    52 /* We have to declare this here to make PNOMFolderWindow known
    53    to wpDisplayMenu(). */
    54 #ifndef WPFolderWindow
    55 typedef struct WPFolderWindow_struct {
    56   struct nomMethodTabStruct  *mtab;
    57   gulong body[1];
    58 } WPFolderWindowObj;
    59 #define WPFolderWindow WPFolderWindowObj
    60 typedef WPFolderWindow *PWPFolderWindow;
    61 #endif
    62 
    63 #ifndef WPFolder
    64 typedef struct WPFolder_struct {
    65   struct nomMethodTabStruct  *mtab;
    66   gulong body[1];
    67 } WPFolderObj;
    68 #define WPFolder WPFolderObj
    69 typedef WPFolder *PWPFolder;
    70 #endif
    71 
    7252#include "nomwindow.h"
    7353#include "desktoptypes.h"
    7454
     55#include "wpnotebook.h"
     56#include "wpfolderwindow.h"
     57#include "wpfolder.h"
    7558#include "wpobject.ih"
    76 #include "wpfolderwindow.h"
    77 #include "wpnotebook.h"
    78 
    7959
    8060
  • trunk/desktop/class_c/wpwindow.c

    r178 r189  
    4646#include <string.h>
    4747
    48 #include "nomfolderwindow.h"
    4948#include "wpwindow.ih"
    5049
Note: See TracChangeset for help on using the changeset viewer.