Revision: 41591
http://brlcad.svn.sourceforge.net/brlcad/?rev=41591&view=rev
Author: davidloman
Date: 2010-12-14 13:31:59 +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/Account.h
rt^3/trunk/include/AccountManager.h
rt^3/trunk/include/AppLauncher.h
rt^3/trunk/include/BaseApp.h
rt^3/trunk/include/ControlledThread.h
rt^3/trunk/include/DataManager.h
rt^3/trunk/include/DataStreamUtils.h
rt^3/trunk/include/DbObject.h
rt^3/trunk/include/FailureMsg.h
rt^3/trunk/include/GSException.h
rt^3/trunk/include/GSThread.h
rt^3/trunk/include/GenericFourBytesMsg.h
rt^3/trunk/include/GenericMultiByteMsg.h
rt^3/trunk/include/GenericOneByteMsg.h
rt^3/trunk/include/GenericOneStringMsg.h
rt^3/trunk/include/GenericTwoBytesMsg.h
rt^3/trunk/include/GeometryChunkMsg.h
rt^3/trunk/include/GeometryManifestMsg.h
rt^3/trunk/include/GeometryReqMsg.h
rt^3/trunk/include/GeometryService.h
rt^3/trunk/include/IDataSource.h
rt^3/trunk/include/INetMsgHandler.h
rt^3/trunk/include/JobManager.h
rt^3/trunk/include/JobScheduler.h
rt^3/trunk/include/NetMsg.h
rt^3/trunk/include/NetMsgTypes.h
rt^3/trunk/include/commonDefines.h
Modified: rt^3/trunk/include/AbstractJob.h
===================================================================
--- rt^3/trunk/include/AbstractJob.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/AbstractJob.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -85,7 +85,6 @@
/* Disable copy cstr and =operator */
AbstractJob(AbstractJob const&){};
AbstractJob& operator=(AbstractJob const&){};
-
};
#endif /* __ABSTRACTJOB_H__ */
Modified: rt^3/trunk/include/Account.h
===================================================================
--- rt^3/trunk/include/Account.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/Account.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -50,20 +50,20 @@
time_t lastAccess;
-
private:
/* Disable copy cstr and =operator */
Account(Account const&){};
Account& operator=(Account const&){};
-
};
#endif /* __ACCOUNT_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/AccountManager.h
===================================================================
--- rt^3/trunk/include/AccountManager.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/AccountManager.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -55,15 +55,16 @@
/* Disable copy cstr and =operator */
AccountManager(AccountManager const&){};
AccountManager& operator=(AccountManager const&){};
-
};
#endif /* __ACCOUNTMANAGER_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/AppLauncher.h
===================================================================
--- rt^3/trunk/include/AppLauncher.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/AppLauncher.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -50,10 +50,12 @@
#endif /* __APPLAUNCHER_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/BaseApp.h
===================================================================
--- rt^3/trunk/include/BaseApp.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/BaseApp.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -45,12 +45,10 @@
/* Force subclasses to implement _run() */
virtual int _run() = 0;
-
private:
/* Disable copy cstr and =operator */
BaseApp(BaseApp const&){};
BaseApp& operator=(BaseApp const&){};
-
};
#endif /* __BASEAPP_H__ */
Modified: rt^3/trunk/include/ControlledThread.h
===================================================================
--- rt^3/trunk/include/ControlledThread.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/ControlledThread.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -63,7 +63,6 @@
/* Disable copy cstr and =operator */
ControlledThread(ControlledThread const&){};
ControlledThread& operator=(ControlledThread const&){};
-
};
#endif /* __CONTROLLEDTHREAD_H__ */
Modified: rt^3/trunk/include/DataManager.h
===================================================================
--- rt^3/trunk/include/DataManager.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/DataManager.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -67,10 +67,12 @@
#endif /* __DATAMANAGER_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/DataStreamUtils.h
===================================================================
--- rt^3/trunk/include/DataStreamUtils.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/DataStreamUtils.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -50,10 +50,12 @@
#endif /* __DATASTREAMUTILS_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/DbObject.h
===================================================================
--- rt^3/trunk/include/DbObject.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/DbObject.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -50,7 +50,6 @@
/* Disable copy cstr and =operator */
DbObject(DbObject const&){};
DbObject& operator=(DbObject const&){};
-
};
#endif /* __DBOBJECT_H__ */
Modified: rt^3/trunk/include/FailureMsg.h
===================================================================
--- rt^3/trunk/include/FailureMsg.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/FailureMsg.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -52,15 +52,16 @@
/* Disable copy cstr and =operator */
FailureMsg(FailureMsg const&):GenericOneByteMsg(0,(quint8)0){};
FailureMsg& operator=(FailureMsg const&){};
-
};
#endif /* __FAILUREMSG_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/GSException.h
===================================================================
--- rt^3/trunk/include/GSException.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/GSException.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -40,6 +40,10 @@
private:
QString reason;
+
+ /* Disable copy cstr and =operator */
+ GSException(GSException const&){};
+ GSException& operator=(GSException const&){};
};
#endif /* __GSEXCEPTION_H__ */
Modified: rt^3/trunk/include/GSThread.h
===================================================================
--- rt^3/trunk/include/GSThread.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/GSThread.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -41,10 +41,15 @@
protected:
- //For thread management
+ /* For thread management */
static QList<GSThread*> threads;
static void addThread(GSThread* thread);
static void remThread(GSThread* thread);
+
+private:
+ /* Disable copy cstr and =operator */
+ GSThread(GSThread const&){};
+ GSThread& operator=(GSThread const&){};
};
#endif /* __GSTHREAD_H__ */
Modified: rt^3/trunk/include/GenericFourBytesMsg.h
===================================================================
--- rt^3/trunk/include/GenericFourBytesMsg.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/GenericFourBytesMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -54,14 +54,21 @@
virtual bool _serialize(QDataStream* ds);
virtual bool _equals(const NetMsg& msg);
+
+private:
+ /* Disable copy cstr and =operator */
+ GenericFourBytesMsg(GenericFourBytesMsg const&):NetMsg(0){};
+ GenericFourBytesMsg& operator=(GenericFourBytesMsg const&){};
};
#endif /* __GENERICFOURBYTESMSG_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/GenericMultiByteMsg.h
===================================================================
--- rt^3/trunk/include/GenericMultiByteMsg.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/GenericMultiByteMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -64,15 +64,16 @@
/* Disable copy cstr and =operator */
GenericMultiByteMsg(GenericMultiByteMsg const&):NetMsg(0){};
GenericMultiByteMsg& operator=(GenericMultiByteMsg const&){};
-
};
#endif /* __GENERICMULTIBYTEMSG_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/GenericOneByteMsg.h
===================================================================
--- rt^3/trunk/include/GenericOneByteMsg.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/GenericOneByteMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -59,15 +59,16 @@
/* Disable copy cstr and =operator */
GenericOneByteMsg(GenericOneByteMsg const&): NetMsg(0){};
GenericOneByteMsg& operator=(GenericOneByteMsg const&){};
-
};
#endif /* __GENERICONEBYTEMSG_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/GenericOneStringMsg.h
===================================================================
--- rt^3/trunk/include/GenericOneStringMsg.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/GenericOneStringMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -62,10 +62,12 @@
#endif /* __GENERICONESTRINGMSG_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/GenericTwoBytesMsg.h
===================================================================
--- rt^3/trunk/include/GenericTwoBytesMsg.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/GenericTwoBytesMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -54,14 +54,21 @@
virtual bool _serialize(QDataStream* ds);
virtual bool _equals(const NetMsg& msg);
+
+private:
+ /* Disable copy cstr and =operator */
+ GenericTwoBytesMsg(GenericTwoBytesMsg const&):NetMsg(0){};
+ GenericTwoBytesMsg& operator=(GenericTwoBytesMsg const&){};
};
#endif /* __GENERICTWOBYTESMSG_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/GeometryChunkMsg.h
===================================================================
--- rt^3/trunk/include/GeometryChunkMsg.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/GeometryChunkMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -51,10 +51,12 @@
#endif /* __GEOMETRYCHUNKMSG_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/GeometryManifestMsg.h
===================================================================
--- rt^3/trunk/include/GeometryManifestMsg.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/GeometryManifestMsg.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -63,15 +63,16 @@
/* Disable copy cstr and =operator */
GeometryManifestMsg(GeometryManifestMsg const&):NetMsg(0){};
GeometryManifestMsg& operator=(GeometryManifestMsg const&){};
-
};
#endif /* __GEOMETRYMANIFESTMSG_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/GeometryReqMsg.h
===================================================================
--- rt^3/trunk/include/GeometryReqMsg.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/GeometryReqMsg.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -66,10 +66,12 @@
#endif /* __GEOMETRYREQMSG_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/GeometryService.h
===================================================================
--- rt^3/trunk/include/GeometryService.h 2010-12-14 13:27:04 UTC (rev
41590)
+++ rt^3/trunk/include/GeometryService.h 2010-12-14 13:31:59 UTC (rev
41591)
@@ -58,15 +58,16 @@
/* Disable copy cstr and =operator */
GeometryService(GeometryService const&){};
GeometryService& operator=(GeometryService const&){};
-
};
#endif /* __GEOMETRYSERVICE_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/IDataSource.h
===================================================================
--- rt^3/trunk/include/IDataSource.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/IDataSource.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -43,10 +43,12 @@
#endif /* __IDATASOURCE_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/INetMsgHandler.h
===================================================================
--- rt^3/trunk/include/INetMsgHandler.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/INetMsgHandler.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -40,10 +40,12 @@
#endif /* __INETMSGHANDLER_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/JobManager.h
===================================================================
--- rt^3/trunk/include/JobManager.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/JobManager.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -84,7 +84,6 @@
JobManager();
static QMutex* singletonLock;
-
QList<JobWorker*>* jobWorkers;
QList<AbstractJob*>* jobQueue;
QMutex* queueLock;
@@ -95,15 +94,16 @@
/* Disable copy cstr and =operator */
JobManager(JobManager const&){};
JobManager& operator=(JobManager const&){};
-
};
#endif /* __JOBMANAGER_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/JobScheduler.h
===================================================================
--- rt^3/trunk/include/JobScheduler.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/JobScheduler.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -46,10 +46,12 @@
#endif /*__JOBSCHEDULER_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/NetMsg.h
===================================================================
--- rt^3/trunk/include/NetMsg.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/NetMsg.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -91,7 +91,6 @@
/* Disable copy cstr and =operator */
NetMsg(NetMsg const&){};
NetMsg& operator=(NetMsg const&){};
-
};
#endif /* __NETMSG_H__ */
Modified: rt^3/trunk/include/NetMsgTypes.h
===================================================================
--- rt^3/trunk/include/NetMsgTypes.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/NetMsgTypes.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -68,7 +68,6 @@
const char COULD_NOT_FIND_GEOMETRY = 0x04;
const char ACCOUNT_VALIDATION_FAIL = 0x05;
-
#endif /* __NETMSGTYPES_H__ */
/*
Modified: rt^3/trunk/include/commonDefines.h
===================================================================
--- rt^3/trunk/include/commonDefines.h 2010-12-14 13:27:04 UTC (rev 41590)
+++ rt^3/trunk/include/commonDefines.h 2010-12-14 13:31:59 UTC (rev 41591)
@@ -30,10 +30,12 @@
#endif /* __COMMONDEFINES_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