~ubuntu-branches/ubuntu/oneiric/dasher/oneiric

« back to all changes in this revision

Viewing changes to Src/Win32/Widgets/StatusControl.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-04-23 07:56:20 UTC
  • mfrom: (1.2.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100423075620-qpr1ousiruyxs1fb
Tags: 4.11-1
* New upstream release:
  + debian/control.in:
    - Update build dependencies.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
class CStatusControl : public ATL::CWindowImpl<CStatusControl> {
14
14
public:
15
 
  CStatusControl(CDasherInterfaceBase *pDasherInterface);
 
15
        CStatusControl(Dasher::CDasherInterfaceBase *pDasherInterface);
16
16
 
17
17
  // ATL boilerplate code
18
18
  DECLARE_WND_SUPERCLASS(L"STATUSCONTROL", L"STATIC");
58
58
  void UpdateSpeed(int iPos, int iDelta);
59
59
 
60
60
  // The Dasher interface with which this control communicates
61
 
  CDasherInterfaceBase *m_pDasherInterface;
 
61
  Dasher::CDasherInterfaceBase *m_pDasherInterface;
62
62
 
63
63
  // Handles to child windows
64
64
  HWND m_hEdit;