Revision: 40618
http://brlcad.svn.sourceforge.net/brlcad/?rev=40618&view=rev
Author: davidloman
Date: 2010-09-20 18:55:28 +0000 (Mon, 20 Sep 2010)
Log Message:
-----------
Cascading changes to *server constructors due to last commit. Oops.
Modified Paths:
--------------
rt^3/trunk/include/PkgTcpServer.h
rt^3/trunk/include/PkgUdpServer.h
rt^3/trunk/src/libPkgCpp/PkgTcpServer.cxx
rt^3/trunk/src/libPkgCpp/PkgUdpServer.cxx
Modified: rt^3/trunk/include/PkgTcpServer.h
===================================================================
--- rt^3/trunk/include/PkgTcpServer.h 2010-09-20 18:54:07 UTC (rev 40617)
+++ rt^3/trunk/include/PkgTcpServer.h 2010-09-20 18:55:28 UTC (rev 40618)
@@ -33,7 +33,7 @@
class PkgTcpServer : public PkgServer
{
public:
- PkgTcpServer(pkg_switch callbacks[]);
+ PkgTcpServer();
virtual
~PkgTcpServer();
Modified: rt^3/trunk/include/PkgUdpServer.h
===================================================================
--- rt^3/trunk/include/PkgUdpServer.h 2010-09-20 18:54:07 UTC (rev 40617)
+++ rt^3/trunk/include/PkgUdpServer.h 2010-09-20 18:55:28 UTC (rev 40618)
@@ -33,7 +33,7 @@
class PkgUdpServer : public PkgServer
{
public:
- PkgUdpServer(pkg_switch callbacks[]);
+ PkgUdpServer();
virtual
~PkgUdpServer();
Modified: rt^3/trunk/src/libPkgCpp/PkgTcpServer.cxx
===================================================================
--- rt^3/trunk/src/libPkgCpp/PkgTcpServer.cxx 2010-09-20 18:54:07 UTC (rev
40617)
+++ rt^3/trunk/src/libPkgCpp/PkgTcpServer.cxx 2010-09-20 18:55:28 UTC (rev
40618)
@@ -26,8 +26,8 @@
#include "PkgTcpServer.h"
-PkgTcpServer::PkgTcpServer(pkg_switch callbacks[]) :
- PkgServer(PKGCPP_PROTO_TCP, callbacks)
+PkgTcpServer::PkgTcpServer() :
+ PkgServer(PKGCPP_PROTO_TCP)
{}
PkgTcpServer::~PkgTcpServer()
Modified: rt^3/trunk/src/libPkgCpp/PkgUdpServer.cxx
===================================================================
--- rt^3/trunk/src/libPkgCpp/PkgUdpServer.cxx 2010-09-20 18:54:07 UTC (rev
40617)
+++ rt^3/trunk/src/libPkgCpp/PkgUdpServer.cxx 2010-09-20 18:55:28 UTC (rev
40618)
@@ -26,8 +26,8 @@
#include "PkgUdpServer.h"
-PkgUdpServer::PkgUdpServer(pkg_switch callbacks[]) :
- PkgServer(PKGCPP_PROTO_UDP, callbacks)
+PkgUdpServer::PkgUdpServer() :
+ PkgServer(PKGCPP_PROTO_UDP)
{}
PkgUdpServer::~PkgUdpServer()
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits