paragui-cvs
[Top][All Lists]
Advanced

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

[paragui-cvs] CVS: paragui/test Makefile.am,1.2.6.13,1.2.6.14 paratest.c


From: Alexander Pipelka <address@hidden>
Subject: [paragui-cvs] CVS: paragui/test Makefile.am,1.2.6.13,1.2.6.14 paratest.cpp,1.2.6.10,1.2.6.11
Date: Wed, 16 Apr 2003 11:31:11 -0400

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

Modified Files:
      Tag: devel-1-0
        Makefile.am paratest.cpp 
Log Message:
removed critical (template) code. this fails (?) on older gcc compilers.



Index: Makefile.am
===================================================================
RCS file: /cvsroot/paragui/paragui/test/Makefile.am,v
retrieving revision 1.2.6.13
retrieving revision 1.2.6.14
diff -C2 -r1.2.6.13 -r1.2.6.14
*** Makefile.am 16 Apr 2003 08:58:59 -0000      1.2.6.13
--- Makefile.am 16 Apr 2003 15:31:08 -0000      1.2.6.14
***************
*** 6,10 ****
  
  eventbug_SOURCES = event_bug.cpp
! eventbug_LDADD = -L../src $(PARAGUI_LIBS)
  
  array_SOURCES = array.cpp
--- 6,10 ----
  
  eventbug_SOURCES = event_bug.cpp
! eventbug_LDADD = ../src/libparagui.la
  
  array_SOURCES = array.cpp

Index: paratest.cpp
===================================================================
RCS file: /cvsroot/paragui/paragui/test/paratest.cpp,v
retrieving revision 1.2.6.10
retrieving revision 1.2.6.11
diff -C2 -r1.2.6.10 -r1.2.6.11
*** paratest.cpp        5 Apr 2003 14:48:33 -0000       1.2.6.10
--- paratest.cpp        16 Apr 2003 15:31:08 -0000      1.2.6.11
***************
*** 491,498 ****
            PG_LogMSG("'100' found by ID (name '%s')", tmp->GetName());
            
-       PG_Window* tempw = PG_Application::GetWidget<PG_Window>("WindowTwo");
-       if (tempw)
-           PG_LogMSG("'WindowTwo' found by name (id %d)", tempw->GetID());
-           
        tmp = PG_Application::GetWidgetById(101);
        if (tmp)
--- 491,494 ----





reply via email to

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