Tag: cws_src680_dba24d
User: fs      
Date: 2007-11-08 14:11:34+0000
Modified:
   dba/dbaccess/source/core/misc/services.cxx

Log:
 #i81658# +DataAccessDescriptor 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.14&r2=1.14.28.1
Delta lines:  +5 -3
-------------------
--- services.cxx        2007-09-26 14:41:24+0000        1.14
+++ services.cxx        2007-11-08 14:11:32+0000        1.14.28.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: services.cxx,v $
  *
- *  $Revision: 1.14 $
+ *  $Revision: 1.14.28.1 $
  *
- *  last change: $Author: hr $ $Date: 2007/09/26 14:41:24 $
+ *  last change: $Author: fs $ $Date: 2007/11/08 14:11:32 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -62,6 +62,7 @@
 extern "C" void SAL_CALL createRegistryInfo_ODatabaseDocument();
 extern "C" void SAL_CALL createRegistryInfo_ODatabaseSource();
 extern "C" void SAL_CALL createRegistryInfo_OPropertyBag();
+extern "C" void SAL_CALL createRegistryInfo_DataAccessDescriptor();
 
 
//***************************************************************************************
 //
@@ -80,6 +81,7 @@
                createRegistryInfo_ODatabaseDocument();
         createRegistryInfo_ODatabaseSource();
         createRegistryInfo_OPropertyBag();
+        createRegistryInfo_DataAccessDescriptor();
                bInit = sal_True;
        }
 }




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

Reply via email to