commit-gnue
[Top][All Lists]
Advanced

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

gnue/gnue-config/base company/classes/company.g...


From: Neil Tiffin
Subject: gnue/gnue-config/base company/classes/company.g...
Date: Mon, 04 Jun 2001 06:56:25 -0700

CVSROOT:        /home/cvs
Module name:    gnue
Changes by:     Neil Tiffin <address@hidden>    01/06/04 06:56:25

Modified files:
        gnue-config/base/company/classes: company.gcd 
        gnue-config/base/location/classes: address.gcd 
        gnue-config/base/person/classes: person.gcd 

Log message:
        Correct minor errors in gcd files.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/company/classes/company.gcd.diff?cvsroot=OldCVS&tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/location/classes/address.gcd.diff?cvsroot=OldCVS&tr1=1.10&tr2=1.11&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue-config/base/person/classes/person.gcd.diff?cvsroot=OldCVS&tr1=1.16&tr2=1.17&r1=text&r2=text

Patches:
Index: gnue/gnue-config/base/company/classes/company.gcd
diff -u gnue/gnue-config/base/company/classes/company.gcd:1.4 
gnue/gnue-config/base/company/classes/company.gcd:1.5
--- gnue/gnue-config/base/company/classes/company.gcd:1.4       Sun May 27 
13:00:41 2001
+++ gnue/gnue-config/base/company/classes/company.gcd   Mon Jun  4 06:56:24 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Revision: 1.4 $ $Date: 2001/05/27 20:00:41 $ $Author: ntiffin $
+# $Revision: 1.5 $ $Date: 2001/06/04 13:56:24 $ $Author: ntiffin $
 #
 include "../../../base/person/classes/person.gcd"
 include "../../../base/location/classes/address.gcd"
@@ -54,7 +54,7 @@
     char                     organization_name<80>; # NOT NULL
     organization::address [] address;
     organization::contact [] contact;
-    person::comm_type  []    comm;      # co. telephone number, fax, email etc.
+    person::comm          [] comm;      # co. telephone number, fax, email etc.
     char                     keyword<100>;    # keyword for searching
     
     INDEX (organization_name);
Index: gnue/gnue-config/base/location/classes/address.gcd
diff -u gnue/gnue-config/base/location/classes/address.gcd:1.10 
gnue/gnue-config/base/location/classes/address.gcd:1.11
--- gnue/gnue-config/base/location/classes/address.gcd:1.10     Thu May 24 
14:37:14 2001
+++ gnue/gnue-config/base/location/classes/address.gcd  Mon Jun  4 06:56:25 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Revision: 1.10 $ $Date: 2001/05/24 21:37:14 $ $Author: ntiffin $
+# $Revision: 1.11 $ $Date: 2001/06/04 13:56:25 $ $Author: ntiffin $
 #
 
 module location
@@ -60,7 +60,7 @@
     char    postal<17>;
     
     # get the place as city, state, zip per local requirements
-    text get_place();
+    # text get_place();
   };
 
 };
Index: gnue/gnue-config/base/person/classes/person.gcd
diff -u gnue/gnue-config/base/person/classes/person.gcd:1.16 
gnue/gnue-config/base/person/classes/person.gcd:1.17
--- gnue/gnue-config/base/person/classes/person.gcd:1.16        Thu May 24 
07:01:26 2001
+++ gnue/gnue-config/base/person/classes/person.gcd     Mon Jun  4 06:56:25 2001
@@ -22,7 +22,7 @@
 #
 # This file originally written by Neil Tiffin (address@hidden).
 #
-# $Revision: 1.16 $ $Date: 2001/05/24 14:01:26 $ $Author: ntiffin $
+# $Revision: 1.17 $ $Date: 2001/06/04 13:56:25 $ $Author: ntiffin $
 #
 
 include "../../../base/location/classes/address.gcd"
@@ -98,7 +98,7 @@
     char    work_title<25>;     # president, vice president
     
     person::address [] address;     # home, work address
-    person::comm    []   comm;        # email, phone, fax, web
+    person::comm    [] comm;        # email, phone, fax, web
     
     #text get_full_name();   # Mr. Frank N. Furter Sr.
     #text get_polite_name(); # Mr. Furter



reply via email to

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