Changeset 2362 for trunk/src


Ignore:
Timestamp:
Jan 8, 2000, 10:27:56 AM (26 years ago)
Author:
davidr
Message:

Fixed log file typo's

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/ole32.cpp

    r1033 r2362  
    1 /* $Id: ole32.cpp,v 1.11 1999-09-24 21:49:43 davidr Exp $ */
     1/* $Id: ole32.cpp,v 1.12 2000-01-08 09:27:56 davidr Exp $ */
    22/*
    33 *
     
    545545
    546546// ----------------------------------------------------------------------
    547 // CoRegisterClassObject
    548 // ----------------------------------------------------------------------
     547// CoRevokeClassObject
     548//
    549549// This method will remove a class object from the class registry
     550// ----------------------------------------------------------------------
    550551HRESULT WIN32API CoRevokeClassObject(DWORD dwRegister)
    551552{
     
    553554    RegisteredClass *   curClass;
    554555
    555     dprintf(("OLE32: CoRegisterClassObject"));
     556    dprintf(("OLE32: CoRevokeClassObject"));
    556557
    557558    // Iterate through the whole list and try to match the cookie.
     
    586587// ----------------------------------------------------------------------
    587588// GetClassFile
    588 // ----------------------------------------------------------------------
     589//
    589590// This function supplies the CLSID associated with the given filename.
     591// ----------------------------------------------------------------------
    590592HRESULT WIN32API GetClassFile(LPOLESTR filePathName, CLSID *pclsid)
    591593{
Note: See TracChangeset for help on using the changeset viewer.