Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Unable To Locate 'Callback' Type

In the module org.eclipse.swt.internal.ole.win32.COMObject.java, the following line:
 
    static private Callback[][] Callbacks = new Callback[MAX_VTABLE_LENGTH][MAX_ARG_COUNT];
 
references the Callback type. I've searched all of the Eclipse 2.1.1  (and 3.0.M2) sources (*.java, *.c, *.cpp) but can't find a definition of the type. Can anyone point me to the right location?
 
Thanks!
Hugh

Back to the top