commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gnue geas/src/schema.c gnue-config/base/locatio...


From: Neil Tiffin
Subject: gnue geas/src/schema.c gnue-config/base/locatio...
Date: Fri, 14 Sep 2001 17:27:28 -0400

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/09/14 17:27:28

Modified files:
        geas/src       : schema.c 
        gnue-config/base/location/classes: address.gcd 

Log message:
        Minor revisions.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/geas/src/schema.c.diff?cvsroot=OldCVS&tr1=1.17&tr2=1.18&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/location/classes/address.gcd.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text

Patches:
Index: gnue/geas/src/schema.c
diff -u gnue/geas/src/schema.c:1.17 gnue/geas/src/schema.c:1.18
--- gnue/geas/src/schema.c:1.17 Mon Sep 10 15:28:30 2001
+++ gnue/geas/src/schema.c      Fri Sep 14 17:27:28 2001
@@ -19,7 +19,7 @@
    along with this program; if not, write to the Free Software Foundation,
    Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  
    
-   $Id: schema.c,v 1.17 2001/09/10 19:28:30 ntiffin Exp $
+   $Id: schema.c,v 1.18 2001/09/14 21:27:28 ntiffin Exp $
  
 */
 
@@ -130,7 +130,7 @@
   retval->name = CORBA_string_dup (odl_class_get_full_name (c));
   if ( odl_class_get_gcd_filename (c) )
     {
-    retval->gcdfilename = CORBA_string_dup 
(g_basename(odl_class_get_gcd_filename (c)));
+        retval->gcdfilename = CORBA_string_dup 
(g_basename(odl_class_get_gcd_filename (c)));
     }
     
   /* parents */
Index: gnue/gnue-config/base/location/classes/address.gcd
diff -u gnue/gnue-config/base/location/classes/address.gcd:1.12 
gnue/gnue-config/base/location/classes/address.gcd:1.13
--- gnue/gnue-config/base/location/classes/address.gcd:1.12     Thu Jul  5 
22:36:42 2001
+++ gnue/gnue-config/base/location/classes/address.gcd  Fri Sep 14 17:27:28 2001
@@ -22,11 +22,22 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Revision: 1.12 $ $Date: 2001/07/06 02:36:42 $ $Author: ntiffin $
+# $Revision: 1.13 $ $Date: 2001/09/14 21:27:28 $ $Author: ntiffin $
 #
 
 module location
 {
+  class post_code
+  {
+    char   zip_code<5>;
+    char   city<15>;
+    char   state<2>;
+    float  latitude;
+    float  longitude;
+    
+    UNIQUE INDEX(zip_code);
+  };
+
   class region
   {
     char  country<8>;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]