Update of /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26950/examples/network/infoprotocol/infourlclient
Modified Files:
client.cpp client.h main.cpp qip.cpp qip.h
Log Message:
st qt3.3.5 patch - I made the smae mistake like 3.3.4 but don't know what is going wrong there. Seems like our cvs is messed up :(
ttt: ----------------------------------------------------------------------
Index: client.cpp
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/client.cpp,v
retrieving revision 1.1.1.4
retrieving revision 1.2
diff -u -r1.1.1.4 -r1.2
--- client.cpp 22 Sep 2005 12:59:52 -0000 1.1.1.4
+++ client.cpp 23 Sep 2005 09:40:28 -0000 1.2
@@ -1,7 +1,7 @@
/****************************************************************************
-** $Id$
+**
**
-** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
+** Copyright (C) 1992-2002 Trolltech AS. All rights reserved.
**
** This file is part of an example program for Qt. This example
** program may be used, distributed and modified without limitation.
Index: client.h
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/client.h,v
retrieving revision 1.1.1.4
retrieving revision 1.2
diff -u -r1.1.1.4 -r1.2
--- client.h 22 Sep 2005 12:59:52 -0000 1.1.1.4
+++ client.h 23 Sep 2005 09:40:28 -0000 1.2
@@ -1,7 +1,7 @@
/****************************************************************************
-** $Id$
+**
**
-** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
+** Copyright (C) 1992-2002 Trolltech AS. All rights reserved.
**
** This file is part of an example program for Qt. This example
** program may be used, distributed and modified without limitation.
Index: main.cpp
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/main.cpp,v
retrieving revision 1.1.1.4
retrieving revision 1.2
diff -u -r1.1.1.4 -r1.2
--- main.cpp 22 Sep 2005 12:59:52 -0000 1.1.1.4
+++ main.cpp 23 Sep 2005 09:40:28 -0000 1.2
@@ -1,7 +1,7 @@
/****************************************************************************
-** $Id$
+**
**
-** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
+** Copyright (C) 1992-2002 Trolltech AS. All rights reserved.
**
** This file is part of an example program for Qt. This example
** program may be used, distributed and modified without limitation.
Index: qip.cpp
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/qip.cpp,v
retrieving revision 1.1.1.4
retrieving revision 1.2
diff -u -r1.1.1.4 -r1.2
--- qip.cpp 22 Sep 2005 12:59:52 -0000 1.1.1.4
+++ qip.cpp 23 Sep 2005 09:40:28 -0000 1.2
@@ -1,7 +1,7 @@
/****************************************************************************
-** $Id$
+**
**
-** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
+** Copyright (C) 1992-2002 Trolltech AS. All rights reserved.
**
** This file is part of an example program for Qt. This example
** program may be used, distributed and modified without limitation.
Index: qip.h
===================================================================
RCS file: /cvsroot/kde-cygwin/qt-3/examples/network/infoprotocol/infourlclient/qip.h,v
retrieving revision 1.1.1.4
retrieving revision 1.2
diff -u -r1.1.1.4 -r1.2
--- qip.h 22 Sep 2005 12:59:52 -0000 1.1.1.4
+++ qip.h 23 Sep 2005 09:40:28 -0000 1.2
@@ -1,7 +1,7 @@
/****************************************************************************
-** $Id$
+**
**
-** Copyright (C) 1992-2005 Trolltech AS. All rights reserved.
+** Copyright (C) 1992-2002 Trolltech AS. All rights reserved.
**
** This file is part of an example program for Qt. This example
** program may be used, distributed and modified without limitation.
|