QueryObject comment changed to GetObject
authorCraig Dowell <craigdo@ee.washington.edu>
Mon, 09 Feb 2009 10:15:40 -0800
changeset 4157 40e3876f8090
parent 4156 7746b99a0957
child 4158 2b6dba4062e1
QueryObject comment changed to GetObject
src/core/names.h
--- a/src/core/names.h	Thu Feb 05 11:27:30 2009 -0800
+++ b/src/core/names.h	Mon Feb 09 10:15:40 2009 -0800
@@ -190,7 +190,7 @@
 
   /**
    * Given a fullname string, look to see if there's an object in the system
-   * with a that associated with it.  If there is, do a QueryObject on the 
+   * with a that associated with it.  If there is, do a GetObject on the 
    * resulting object to convert it to the requested typename.  
    * 
    * The fullname of an object is a fully qualified namespace name, for example
@@ -209,7 +209,7 @@
 
   /**
    * Given a fullname string, look to see if there's an object in the system
-   * with a that associated with it.  If there is, do a QueryObject on the 
+   * with a that associated with it.  If there is, do a GetObject on the 
    * resulting object to convert it to the requested typename.  
    * 
    * The fullname of an object is a fully qualified namespace name, for example