Revision: 42013
http://brlcad.svn.sourceforge.net/brlcad/?rev=42013&view=rev
Author: davidloman
Date: 2011-01-07 15:19:08 +0000 (Fri, 07 Jan 2011)
Log Message:
-----------
Since all data handling is managed 'under the hood' of Portal, expose .read()
to public.
Modified Paths:
--------------
rt^3/trunk/include/Portal.h
Modified: rt^3/trunk/include/Portal.h
===================================================================
--- rt^3/trunk/include/Portal.h 2011-01-07 14:59:13 UTC (rev 42012)
+++ rt^3/trunk/include/Portal.h 2011-01-07 15:19:08 UTC (rev 42013)
@@ -52,16 +52,17 @@
QString getRemoteNodeName();
bool handleNetMsg(NetMsg* msg);
+ /*
+ * Returns:
+ * <0 on error
+ * 0 on EOF
+ * 1 on success
+ */
+ int read();
+
protected:
Portal(PortalManager* pm, PkgTcpClient* client, struct pkg_switch* table);
- /*
- * Returns:
- * <0 on error
- * 0 on EOF
- * 1 on success
- */
- int read();
private:
PortalManager* pm;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web. Learn how to
best implement a security strategy that keeps consumers' information secure
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits