source: trunk/desktop/class_c/m_wprootfolder.c

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

New WPDrives and WPRootFolder classes. Some minor changes.

File size: 816 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_M_WPRootFolder_IMPLEMENTATION_FILE
9#define NOM_M_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 "m_wprootfolder.ih"
19
20
21/* orbit-idl-c-stubs.c, cs_output_stub line 347 */
22NOM_Scope CORBA_string NOMLINK impl_M_WPRootFolder_wpclsQueryTitle(M_WPRootFolder* nomSelf, CORBA_Environment *ev)
23{
24 M_WPRootFolderData* nomThis=M_WPRootFolderGetData(nomSelf);
25
26 if(!_pChrTitle)
27 {
28 _pChrTitle="Root Folder";
29 }
30
31 return _pChrTitle;
32#if 0
33 /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 119 */
34 M_WPRootFolder_wpclsQueryTitle_parent(nomSelf, ev);
35#endif
36}
37
Note: See TracBrowser for help on using the repository browser.