paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test paratest.cpp,1.2.6.7,1.2.6.8 writefile.c


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

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

Modified Files:
      Tag: devel-1-0
        paratest.cpp writefile.cpp 
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: paratest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/paratest.cpp,v
retrieving revision 1.2.6.7
retrieving revision 1.2.6.8
diff -C2 -r1.2.6.7 -r1.2.6.8
*** paratest.cpp        22 Nov 2002 17:58:43 -0000      1.2.6.7
--- paratest.cpp        4 Jan 2003 21:13:41 -0000       1.2.6.8
***************
*** 222,227 ****
  
  PARAGUI_CALLBACK_SELECTMENUITEM(handle_menu_click) {
!       std::cout << "menu item '" << id << "' (\""
!               << item->getCaption() << "\") clicked" << std::endl;
  
        switch (id) {
--- 222,227 ----
  
  PARAGUI_CALLBACK_SELECTMENUITEM(handle_menu_click) {
!       cout << "menu item '" << id << "' (\""
!               << item->getCaption() << "\") clicked" << endl;
  
        switch (id) {

Index: writefile.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/writefile.cpp,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** writefile.cpp       12 Jul 2002 16:36:02 -0000      1.1.2.1
--- writefile.cpp       4 Jan 2003 21:13:41 -0000       1.1.2.2
***************
*** 39,43 ****
  
        // read and check the line of text
!       std::string text = wf->getline();
        if(text != "test") {
                PG_LogERR("File corrupted (reading text failed)");
--- 39,43 ----
  
        // read and check the line of text
!       string text = wf->getline();
        if(text != "test") {
                PG_LogERR("File corrupted (reading text failed)");





reply via email to

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