Changeset 237 for trunk/desktop/class_c/wpwindow.c
- Timestamp:
- Feb 11, 2007, 4:52:34 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/desktop/class_c/wpwindow.c
r206 r237 16 16 * The Initial Developer of the Original Code is 17 17 * netlabs.org: Chris Wohlgemuth <cinc-ml@netlabs.org>. 18 * Portions created by the Initial Developer are Copyright (C) 2005-200 618 * Portions created by the Initial Developer are Copyright (C) 2005-2007 19 19 * the Initial Developer. All Rights Reserved. 20 20 * … … 53 53 #include "wpwindow.ih" 54 54 55 /** 56 This function implements the wpSetWPObject() method of WPWindow. See method description for more 57 info. 58 59 \sa wpQueryWPObject(), wpSetWPObject() 60 */ 55 61 NOM_Scope void NOMLINK impl_WPWindow_wpSetWPObject(WPWindow* nomSelf, const PWPObject wpObject, CORBA_Environment *ev) 56 62 { … … 59 65 } 60 66 67 /** 68 This function implements the wpQueryWPObject() method of WPWindow. See method description for more 69 info. 70 71 \sa wpQueryWPObject(), wpSetWPObject() 72 */ 61 73 NOM_Scope PWPObject NOMLINK impl_WPWindow_wpQueryWPObject(WPWindow* nomSelf, CORBA_Environment *ev) 62 74 { … … 66 78 } 67 79 80 /** 81 This function implements the wpSetWindowTitle() method of WPWindow. See method description for more 82 info. 83 84 \sa wpSetWindowTitle() 85 */ 68 86 NOM_Scope void NOMLINK impl_WPWindow_wpSetWindowTitle(WPWindow* nomSelf, const PNOMString newTitle, 69 87 CORBA_Environment *ev) … … 75 93 } 76 94 95
Note:
See TracChangeset
for help on using the changeset viewer.