Revision: 41592
http://brlcad.svn.sourceforge.net/brlcad/?rev=41592&view=rev
Author: davidloman
Date: 2010-12-14 13:34:06 +0000 (Tue, 14 Dec 2010)
Log Message:
-----------
Converted comments style: C++ to C. Formatting and WS.
Modified Paths:
--------------
rt^3/trunk/include/AbstractJob.h
rt^3/trunk/include/Logger.h
rt^3/trunk/include/NetMsgFactory.h
rt^3/trunk/include/NewNodeOnNetMsg.h
rt^3/trunk/include/NewSessionReqMsg.h
rt^3/trunk/include/Portal.h
rt^3/trunk/include/RemoteNodenameSetMsg.h
rt^3/trunk/include/Session.h
rt^3/trunk/include/SessionInfoMsg.h
rt^3/trunk/include/SessionManager.h
rt^3/trunk/include/SuccessMsg.h
rt^3/trunk/include/TypeOnlyMsg.h
rt^3/trunk/include/pkgcppcommon.h
Modified: rt^3/trunk/include/AbstractJob.h
===================================================================
--- rt^3/trunk/include/AbstractJob.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/AbstractJob.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -89,10 +89,12 @@
#endif /* __ABSTRACTJOB_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/Logger.h
===================================================================
--- rt^3/trunk/include/Logger.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/Logger.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -94,10 +94,12 @@
#endif /* __LOGGER_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/NetMsgFactory.h
===================================================================
--- rt^3/trunk/include/NetMsgFactory.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/NetMsgFactory.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -49,10 +49,12 @@
#endif /* __NETMSGFACTORY_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/NewNodeOnNetMsg.h
===================================================================
--- rt^3/trunk/include/NewNodeOnNetMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
+++ rt^3/trunk/include/NewNodeOnNetMsg.h 2010-12-14 13:34:06 UTC (rev
41592)
@@ -48,10 +48,12 @@
#endif /* __NEWNODEONNETMSG_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/NewSessionReqMsg.h
===================================================================
--- rt^3/trunk/include/NewSessionReqMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
+++ rt^3/trunk/include/NewSessionReqMsg.h 2010-12-14 13:34:06 UTC (rev
41592)
@@ -60,10 +60,12 @@
#endif /* __NEWSESSIONREQMSG_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/Portal.h
===================================================================
--- rt^3/trunk/include/Portal.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/Portal.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -75,11 +75,12 @@
#endif /* __PORTAL_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
-
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/RemoteNodenameSetMsg.h
===================================================================
--- rt^3/trunk/include/RemoteNodenameSetMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
+++ rt^3/trunk/include/RemoteNodenameSetMsg.h 2010-12-14 13:34:06 UTC (rev
41592)
@@ -48,10 +48,12 @@
#endif /* __REMOTENODENAMESETMSG_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/Session.h
===================================================================
--- rt^3/trunk/include/Session.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/Session.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -61,10 +61,12 @@
#endif /* __SESSION_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/SessionInfoMsg.h
===================================================================
--- rt^3/trunk/include/SessionInfoMsg.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/SessionInfoMsg.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -58,10 +58,12 @@
#endif /* __SESSIONINFOMSG_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/SessionManager.h
===================================================================
--- rt^3/trunk/include/SessionManager.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/SessionManager.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -65,10 +65,12 @@
#endif /* __SESSIONMANAGER_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/SuccessMsg.h
===================================================================
--- rt^3/trunk/include/SuccessMsg.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/SuccessMsg.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -51,10 +51,12 @@
#endif /* __SUCCESSMSG_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/TypeOnlyMsg.h
===================================================================
--- rt^3/trunk/include/TypeOnlyMsg.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/TypeOnlyMsg.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -50,10 +50,12 @@
#endif /* __TYPEONLYMSG_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
Modified: rt^3/trunk/include/pkgcppcommon.h
===================================================================
--- rt^3/trunk/include/pkgcppcommon.h 2010-12-14 13:31:59 UTC (rev 41591)
+++ rt^3/trunk/include/pkgcppcommon.h 2010-12-14 13:34:06 UTC (rev 41592)
@@ -26,10 +26,12 @@
#endif /* __PKGCPPCOMMON_H__ */
-// Local Variables: ***
-// mode: C++ ***
-// tab-width: 8 ***
-// c-basic-offset: 2 ***
-// indent-tabs-mode: t ***
-// End: ***
-// ex: shiftwidth=2 tabstop=8
+/*
+ * Local Variables: ***
+ * mode: C++ ***
+ * tab-width: 8 ***
+ * c-basic-offset: 2 ***
+ * indent-tabs-mode: t ***
+ * End: ***
+ * ex: shiftwidth=2 tabstop=8
+*/
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits