Revision: 44641
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44641&view=rev
Author:   erikgreenwald
Date:     2011-05-20 11:07:40 +0000 (Fri, 20 May 2011)

Log Message:
-----------
mark rt_load_attrs deprecated

Modified Paths:
--------------
    brlcad/trunk/doc/deprecation.txt
    brlcad/trunk/include/raytrace.h

Modified: brlcad/trunk/doc/deprecation.txt
===================================================================
--- brlcad/trunk/doc/deprecation.txt    2011-05-20 10:51:22 UTC (rev 44640)
+++ brlcad/trunk/doc/deprecation.txt    2011-05-20 11:07:40 UTC (rev 44641)
@@ -45,6 +45,12 @@
 * DEPRECATED *
 **************
 
+7.20
+----
+
+raytrace.h
+       rt_load_attrs()
+
 7.18
 ----
 

Modified: brlcad/trunk/include/raytrace.h
===================================================================
--- brlcad/trunk/include/raytrace.h     2011-05-20 10:51:22 UTC (rev 44640)
+++ brlcad/trunk/include/raytrace.h     2011-05-20 11:07:40 UTC (rev 44641)
@@ -2443,7 +2443,7 @@
                     int argc,
                     const char **argv,
                     int ncpus));
-RT_EXPORT BU_EXTERN(int rt_load_attrs,
+DEPRECATED RT_EXPORT BU_EXTERN(int rt_load_attrs,
                    (struct rt_i *rtip,
                     char **attrs));
 /* Print seg struct */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to