source: trunk/desktop/class_c/wpdrives.c

Last change on this file was 291, checked in by cinc, 18 years ago

Migrated to new IDL compiler. Metaclasses are still missing.

File size: 980 bytes
Line 
1/*
2 * This file was generated by orbit-idl-2 for Voyager - DO NOT EDIT!
3 *
4 *
5 * And remember, phase 3 is near...
6 */
7
8#ifndef NOM_WPDrives_IMPLEMENTATION_FILE
9#define NOM_WPDrives_IMPLEMENTATION_FILE
10#endif
11
12#define INCL_DOS
13#include <os2.h>
14
15#include "nom.h"
16#include <nomtk.h>
17
18#include "gtk/gtk.h"
19/* Gui stuff */
20#include "nomguitk.h"
21#include "nomwindow.h"
22#include "desktoptypes.h"
23#include "wpnotebook.h"
24#include "wpfolderwindow.h"
25#include "wpfolder.h"
26
27#include "m_wpdrives.ih"
28#include "wpdrives.ih"
29
30
31/* orbit-idl-c-stubs.c, cs_output_stub line 347 */
32NOM_Scope gpointer NOMLINK impl_WPDrives_wpOpen(WPDrives* nomSelf, const PWPFolderWindow nomFolder, const gulong ulView, const nomId nameSpaceId, const gpointer pParam, CORBA_Environment *ev)
33{
34/* WPDrivesData* nomThis=WPDrivesGetData(nomSelf); */
35
36#if 0
37 /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 119 */
38 WPDrives_wpOpen_parent(nomSelf, ev);
39#endif
40}
41
Note: See TracBrowser for help on using the repository browser.