source: trunk/desktop/class_c/wprootfolder.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: 1.1 KB
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_WPRootFolder_IMPLEMENTATION_FILE
9#define NOM_WPRootFolder_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#include "m_wprootfolder.h"
27#include "wprootfolder.ih"
28
29
30/* orbit-idl-c-stubs.c, cs_output_stub line 347 */
31NOM_Scope gpointer NOMLINK impl_WPRootFolder_wpOpen(WPRootFolder* nomSelf, const PWPFolderWindow nomFolder,
32 const gulong ulView, const nomId nameSpaceId,
33 const gpointer pParam, CORBA_Environment *ev)
34{
35/* WPRootFolderData* nomThis=WPRootFolderGetData(nomSelf); */
36
37#if 0
38 /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 119 */
39 WPRootFolder_wpOpen_parent(nomSelf, ev);
40#endif
41}
42
Note: See TracBrowser for help on using the repository browser.