Ignore:
Timestamp:
Jan 3, 2007, 10:27:53 AM (19 years ago)
Author:
cinc
Message:

Added code for object menus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/desktop/class_c/wpclassmanager.c

    r154 r166  
    5050#include "desktop.h"
    5151
    52 NOM_Scope CORBA_boolean NOMLINK impl_WPClassMgr_wpRegisterMenuItems(WPClassMgr* nomSelf, const gpointer ptrMenuItemInfo, CORBA_Environment *ev)
     52
     53NOM_Scope CORBA_boolean NOMLINK impl_WPClassMgr_wpRegisterMenuItems(WPClassMgr* nomSelf, CORBA_unsigned_long* ptrMenuItemInfo, CORBA_Environment *ev)
    5354{
    5455/* WPClassMgrData* nomThis=WPClassMgrGetData(nomSelf); */
    55   CORBA_boolean nomRetval=FALSE;
     56  CORBA_boolean nomRetval;
    5657
    5758  return nomRetval;
Note: See TracChangeset for help on using the changeset viewer.