Revision: 41590
          http://brlcad.svn.sourceforge.net/brlcad/?rev=41590&view=rev
Author:   davidloman
Date:     2010-12-14 13:27:04 +0000 (Tue, 14 Dec 2010)

Log Message:
-----------
Converted comments style: C++ to C

Modified Paths:
--------------
    rt^3/trunk/include/Config.h

Modified: rt^3/trunk/include/Config.h
===================================================================
--- rt^3/trunk/include/Config.h 2010-12-14 13:23:24 UTC (rev 41589)
+++ rt^3/trunk/include/Config.h 2010-12-14 13:27:04 UTC (rev 41590)
@@ -44,9 +44,9 @@
        QList<QString> getAllKeys();
 
 private:
-       Config(); //Turn off Default cstr
-       Config(const Config& c){}; //Turn off Copy cstr
-       Config& operator=(const Config& c){}; //Turn off equal oper
+       Config(); /* Turn off Default cstr */
+       Config(const Config& c){}; /* Turn off Copy cstr */
+       Config& operator=(const Config& c){}; /* Turn off equal oper */
 
        QString processLine(QString line);
        void removeAllOccurances(QString* data, QString search,
@@ -61,10 +61,12 @@
 
 #endif /* __CONFIG_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

Reply via email to