Ignore:
Timestamp:
Jul 29, 2006, 6:43:07 AM (19 years ago)
Author:
bird
Message:

Two classes (CPMScreen and CPMKeyState) + the hook dll left (and debugging of course).

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/synergy/lib/platform/CPMClipboardHTMLConverter.h

    r2751 r2752  
    22 * synergy -- mouse and keyboard sharing utility
    33 * Copyright (C) 2004 Chris Schoeneman
     4 * Copyright (C) 2006 Knut St. Osmundsen
    45 *
    56 * This package is free software; you can redistribute it and/or
     
    1314 */
    1415
    15 #ifndef CMSWINDOWSCLIPBOARDHTMLCONVERTER_H
    16 #define CMSWINDOWSCLIPBOARDHTMLCONVERTER_H
     16#ifndef CPMCLIPBOARDHTMLCONVERTER_H
     17#define CPMCLIPBOARDHTMLCONVERTER_H
    1718
    18 #include "CMSWindowsClipboardAnyTextConverter.h"
     19#include "CPMClipboardAnyTextConverter.h"
    1920
    2021//! Convert to/from HTML encoding
    21 class CMSWindowsClipboardHTMLConverter :
    22                                 public CMSWindowsClipboardAnyTextConverter {
     22class CPMClipboardHTMLConverter :
     23                                public CPMClipboardAnyTextConverter {
    2324public:
    24         CMSWindowsClipboardHTMLConverter();
    25         virtual ~CMSWindowsClipboardHTMLConverter();
     25        CPMClipboardHTMLConverter();
     26        virtual ~CPMClipboardHTMLConverter();
    2627
    27         // IMSWindowsClipboardConverter overrides
    28         virtual IClipboard::EFormat
    29                                                 getFormat() const;
    30         virtual UINT            getWin32Format() const;
     28        // IPMClipboardConverter overrides
     29        virtual IClipboard::EFormat getFormat() const;
     30        virtual ULONG           getPMFormat() const;
    3131
    3232protected:
    33         // CMSWindowsClipboardAnyTextConverter overrides
     33        // CPMClipboardAnyTextConverter overrides
    3434        virtual CString         doFromIClipboard(const CString&) const;
    3535        virtual CString         doToIClipboard(const CString&) const;
     
    3939
    4040private:
    41         UINT                            m_format;
     41        ATOM                            m_format;
    4242};
    4343
Note: See TracChangeset for help on using the changeset viewer.