paragui-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paragui-cvs] CVS: paragui/test/keyboard keyboard.h,1.1.2.1,1.1.2.2


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test/keyboard keyboard.h,1.1.2.1,1.1.2.2
Date: Sat, 04 Jan 2003 16:13:43 -0500

Update of /cvsroot/paragui/paragui/test/keyboard
In directory subversions:/tmp/cvs-serv24897/test/keyboard

Modified Files:
      Tag: devel-1-0
        keyboard.h 
Log Message:
- kicked version to 1.0.4
- added "using namespace std;" to paraconfig.h
- removed all std:: prefixes
- removed std:: hacks for gcc, mwerks compilers (no longer needed due to 
default namespace std)



Index: keyboard.h
===================================================================
RCS file: /cvsroot/paragui/paragui/test/keyboard/Attic/keyboard.h,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** keyboard.h  14 Jul 2002 14:27:15 -0000      1.1.2.1
--- keyboard.h  4 Jan 2003 21:13:41 -0000       1.1.2.2
***************
*** 20,24 ****
        unsigned int nReturnValue;
        bool bFirst;
!       std::string InitialText;
   protected:
        virtual bool SendKey(int,PG_Widget*,unsigned long,void*);
--- 20,24 ----
        unsigned int nReturnValue;
        bool bFirst;
!       string InitialText;
   protected:
        virtual bool SendKey(int,PG_Widget*,unsigned long,void*);
***************
*** 54,58 ****
        PG_Button* Buttons[43];
        unsigned int nReturnValue;
!       std::string InitialText;
   public:
        TKeyAlpha_LineEdit(PG_Widget* pParent,const PG_Rect& r,const char* 
style="LineEdit",int maximumLength=1000000);
--- 54,58 ----
        PG_Button* Buttons[43];
        unsigned int nReturnValue;
!       string InitialText;
   public:
        TKeyAlpha_LineEdit(PG_Widget* pParent,const PG_Rect& r,const char* 
style="LineEdit",int maximumLength=1000000);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]