commit-gnue
[Top][All Lists]
Advanced

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

gnue/geas/doc odmg.txt


From: Daniel E. Baumann
Subject: gnue/geas/doc odmg.txt
Date: Mon, 20 May 2002 20:09:37 -0400

CVSROOT:        /cvsroot/gnue
Module name:    gnue
Changes by:     Daniel E. Baumann <address@hidden>      02/05/20 20:09:36

Modified files:
        geas/doc       : odmg.txt 

Log message:
        missing semicolons.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gnue/gnue/geas/doc/odmg.txt.diff?tr1=1.14&tr2=1.15&r1=text&r2=text

Patches:
Index: gnue/geas/doc/odmg.txt
diff -c gnue/geas/doc/odmg.txt:1.14 gnue/geas/doc/odmg.txt:1.15
*** gnue/geas/doc/odmg.txt:1.14 Mon May 20 02:07:08 2002
--- gnue/geas/doc/odmg.txt      Mon May 20 20:09:36 2002
***************
*** 2089,2095 ****
          // of control, if there is no current association the current
          // operation returns nil
          Transaction current();
!       }
  
      - The following operations are defined in the Transaction
        interface:
--- 2089,2095 ----
          // of control, if there is no current association the current
          // operation returns nil
          Transaction current();
!       };
  
      - The following operations are defined in the Transaction
        interface:
***************
*** 2174,2180 ****
      interface DatabaseFactory
      {
        Database new();
!     }
   
    Once a Database object is created using new operation, it is manipulated 
using
    the Database interface:
--- 2174,2180 ----
      interface DatabaseFactory
      {
        Database new();
!     };
   
    Once a Database object is created using new operation, it is manipulated 
using
    the Database interface:



reply via email to

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