Last change
on this file was 258, checked in by cinc, 18 years ago |
New WPDrives and WPRootFolder classes. Some minor changes.
|
File size:
845 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_WPDrives_IMPLEMENTATION_FILE
|
---|
9 | #define NOM_M_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 "m_wpdrives.ih"
|
---|
19 |
|
---|
20 |
|
---|
21 | /* orbit-idl-c-stubs.c, cs_output_stub line 347 */
|
---|
22 | NOM_Scope CORBA_string NOMLINK impl_M_WPDrives_wpclsQueryTitle(M_WPDrives* nomSelf, CORBA_Environment *ev)
|
---|
23 | {
|
---|
24 | M_WPDrivesData* nomThis=M_WPDrivesGetData(nomSelf);
|
---|
25 |
|
---|
26 | #warning !!!!! This should not be an instance var !!!!!
|
---|
27 | if(!_pChrTitle)
|
---|
28 | {
|
---|
29 | _pChrTitle="Drives Folder";
|
---|
30 | }
|
---|
31 |
|
---|
32 | return _pChrTitle;
|
---|
33 |
|
---|
34 | #if 0
|
---|
35 | /* orbit-idl-c-stubs.c, VoyagerWriteProtoForParentCall line 119 */
|
---|
36 | M_WPDrives_wpclsQueryTitle_parent(nomSelf, ev);
|
---|
37 | #endif
|
---|
38 | }
|
---|
39 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.