Ignore:
Timestamp:
Dec 24, 2000, 12:23:57 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/obj_connection.h

    r641 r4833  
    1 /* $Id: obj_connection.h,v 1.5 1999-08-22 22:52:06 sandervl Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs related to structured data storage.
     
    87#ifndef __WINE_WINE_OBJ_CONNECTION_H
    98#define __WINE_WINE_OBJ_CONNECTION_H
    10 
    11 
    12 #include "winbase.h"
    139
    1410#ifdef __cplusplus
     
    5753#undef ICOM_INTERFACE
    5854
    59 #ifdef ICOM_CINTERFACE
    6055/*** IUnknwon methods ***/
    6156#define IConnectionPoint_QueryInterface(p,a,b)      ICOM_CALL2(QueryInterface,p,a,b)
     
    6863#define IConnectionPoint_Unadvise(p,a)                    ICOM_CALL1(Unadvise,p,a)
    6964#define IConnectionPoint_EnumConnections(p,a)             ICOM_CALL1(EnumConnections,p,a)
    70 #endif
    7165
    7266
     
    8478#undef ICOM_INTERFACE
    8579
    86 #ifdef ICOM_CINTERFACE
    8780/*** IUnknwon methods ***/
    8881#define IConnectionPointContainer_QueryInterface(p,a,b)      ICOM_CALL2(QueryInterface,p,a,b)
     
    9083#define IConnectionPointContainer_Release(p)                 ICOM_CALL (Release,p)
    9184/*** IConnectionPointContainer methods ***/
    92 #define IConnectionPointContainer_EnumConnectionPoints(p,a)  ICOM_CALL1(CreateInstance,p,a)
    93 #define IConnectionPointContainer_FindConnectionPoint(p,a,b) ICOM_CALL2(LockServer,p,a,b)
    94 #endif
     85#define IConnectionPointContainer_EnumConnectionPoints(p,a)  ICOM_CALL1(EnumConnectionPoints,p,a)
     86#define IConnectionPointContainer_FindConnectionPoint(p,a,b) ICOM_CALL2(FindConnectionPoint,p,a,b)
    9587
    9688
     
    110102#undef ICOM_INTERFACE
    111103
    112 #ifdef ICOM_CINTERFACE
    113104/*** IUnknwon methods ***/
    114105#define IEnumConnections_QueryInterface(p,a,b)      ICOM_CALL2(QueryInterface,p,a,b)
     
    120111#define IEnumConnections_Reset(p)                   ICOM_CALL (Reset,p)
    121112#define IEnumConnections_Clone(p,a)                 ICOM_CALL1(Clone,p,a)
    122 #endif
    123113
    124114/*****************************************************************************
     
    137127#undef ICOM_INTERFACE
    138128
    139 #ifdef ICOM_CINTERFACE
    140129/*** IUnknwon methods ***/
    141130#define IEnumConnectionPoints_QueryInterface(p,a,b)      ICOM_CALL2(QueryInterface,p,a,b)
     
    147136#define IEnumConnectionPoints_Reset(p)                   ICOM_CALL (Reset,p)
    148137#define IEnumConnectionPoints_Clone(p,a)                 ICOM_CALL1(Clone,p,a)
    149 #endif
    150138                               
    151139#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.