Kaydet (Commit) 7348cf5e authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.2.30); FILE MERGED

2005/11/18 14:29:38 gh 1.2.30.2: solaris warnings (some more)
2005/10/28 12:36:16 gh 1.2.30.1: remove warnings for linux
üst 2e36fc24
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: brkpnts.hxx,v $ * $RCSfile: brkpnts.hxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2005-09-07 21:14:33 $ * last change: $Author: hr $ $Date: 2006-06-19 17:34:56 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -45,10 +45,12 @@ class BreakpointListe; ...@@ -45,10 +45,12 @@ class BreakpointListe;
struct Breakpoint; struct Breakpoint;
class ImageList; class ImageList;
DECLARE_LIST( BreakpointList, Breakpoint* ); DECLARE_LIST( BreakpointList, Breakpoint* )
class BreakpointWindow : public Window, public BreakpointList class BreakpointWindow : public Window, public BreakpointList
{ {
using Window::Scroll;
public: public:
BreakpointWindow( Window *pParent ); BreakpointWindow( Window *pParent );
// ~BreakpointWindow(); // ~BreakpointWindow();
...@@ -68,9 +70,6 @@ public: ...@@ -68,9 +70,6 @@ public:
protected: protected:
Breakpoint* FindBreakpoint( ULONG nLine ); Breakpoint* FindBreakpoint( ULONG nLine );
private:
BreakpointListe *pBreakpoints;
private: private:
long nCurYOffset; long nCurYOffset;
USHORT nMarkerPos; USHORT nMarkerPos;
...@@ -91,7 +90,8 @@ public: ...@@ -91,7 +90,8 @@ public:
void SetMarkerPos( USHORT nLine, BOOL bErrorMarker = FALSE ); void SetMarkerPos( USHORT nLine, BOOL bErrorMarker = FALSE );
void Scroll( long nHorzScroll, long nVertScroll ); virtual void Scroll( long nHorzScroll, long nVertScroll,
USHORT nFlags = 0 );
long& GetCurYOffset() { return nCurYOffset; } long& GetCurYOffset() { return nCurYOffset; }
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment