Tag: cws_src680_dba30
User: fs      
Date: 05/04/06 00:16:26

Modified:
 /dba/dbaccess/source/core/misc/
  services.cxx, makefile.mk

Log:
 #i46768# PropertyBag implementation

File Changes:

Directory: /dba/dbaccess/source/core/misc/
==========================================

File [changed]: services.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/services.cxx?r1=1.8&r2=1.8.14.1
Delta lines:  +7 -7
-------------------
--- services.cxx        10 Mar 2005 16:38:14 -0000      1.8
+++ services.cxx        6 Apr 2005 07:16:23 -0000       1.8.14.1
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: services.cxx,v $
  *
- *  $Revision: 1.8 $
+ *  $Revision: 1.8.14.1 $
  *
- *  last change: $Author: vg $ $Date: 2005/03/10 16:38:14 $
+ *  last change: $Author: fs $ $Date: 2005/04/06 07:16:23 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -80,12 +80,12 @@
 //
 // registry functions
 extern "C" void SAL_CALL createRegistryInfo_ODatabaseContext();
-//     extern "C" void SAL_CALL createRegistryInfo_ODocumentDefinition();
 extern "C" void SAL_CALL createRegistryInfo_OCommandDefinition();
 extern "C" void SAL_CALL createRegistryInfo_OComponentDefinition();
 extern "C" void SAL_CALL createRegistryInfo_ORowSet();
 extern "C" void SAL_CALL createRegistryInfo_ODatabaseDocument();
 extern "C" void SAL_CALL createRegistryInfo_ODatabaseSource();
+extern "C" void SAL_CALL createRegistryInfo_OPropertyBag();
 
 
//***************************************************************************************
 //
@@ -98,12 +98,12 @@
        if (!bInit)
        {
                createRegistryInfo_ODatabaseContext();
-               //      createRegistryInfo_ODocumentDefinition();       
                createRegistryInfo_OCommandDefinition();
                createRegistryInfo_OComponentDefinition();
                createRegistryInfo_ORowSet();
                createRegistryInfo_ODatabaseDocument();
         createRegistryInfo_ODatabaseSource();
+        createRegistryInfo_OPropertyBag();
                bInit = sal_True;
        }
 }

File [changed]: makefile.mk
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/makefile.mk?r1=1.9&r2=1.9.106.1
Delta lines:  +4 -3
-------------------
--- makefile.mk 2 Aug 2004 15:16:21 -0000       1.9
+++ makefile.mk 6 Apr 2005 07:16:24 -0000       1.9.106.1
@@ -2,9 +2,9 @@
 #
 #   $RCSfile: makefile.mk,v $
 #
-#   $Revision: 1.9 $
+#   $Revision: 1.9.106.1 $
 #
-#   last change: $Author: hr $ $Date: 2004/08/02 15:16:21 $
+#   last change: $Author: fs $ $Date: 2005/04/06 07:16:24 $
 #
 #   The Contents of this file are made available subject to the terms of
 #   either of the following licenses
@@ -74,6 +74,7 @@
 # --- Files -------------------------------------
 
 SLOFILES=      \
+               $(SLO)$/propertybag.obj                         \
                $(SLO)$/sdbcoretools.obj                                \
                $(SLO)$/commandbase.obj                         \
                $(SLO)$/propertyhelper.obj                      \




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to