summaryrefslogtreecommitdiff
path: root/connectivity/source/sdbcx/VGroup.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2001-04-30 08:59:56 +0000
committerOcke Janssen <oj@openoffice.org>2001-04-30 08:59:56 +0000
commit2d2b10536bf4a0b47cde7bc5d8b4e1a070a2af57 (patch)
treed9e1763b1449426f85715262a76a8ec2b1522c28 /connectivity/source/sdbcx/VGroup.cxx
parent7459d1a67537cbe2e8f7c9fc159c2e1edda6bb62 (diff)
#86528# some outlining
Diffstat (limited to 'connectivity/source/sdbcx/VGroup.cxx')
-rw-r--r--connectivity/source/sdbcx/VGroup.cxx31
1 files changed, 29 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VGroup.cxx b/connectivity/source/sdbcx/VGroup.cxx
index d5f39cd6aa6b..beb0637276b9 100644
--- a/connectivity/source/sdbcx/VGroup.cxx
+++ b/connectivity/source/sdbcx/VGroup.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: VGroup.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: mh $ $Date: 2000-11-29 12:28:04 $
+ * last change: $Author: oj $ $Date: 2001-04-30 09:59:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,4 +189,31 @@ void SAL_CALL OGroup::revokePrivileges( const ::rtl::OUString& objName, sal_Int3
if (OGroup_BASE::rBHelper.bDisposed)
throw DisposedException();
}
+// -----------------------------------------------------------------------------
+::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL OGroup::getPropertySetInfo( ) throw(::com::sun::star::uno::RuntimeException)
+{
+ return ::cppu::OPropertySetHelper::createPropertySetInfo(getInfoHelper());
+}
+// -----------------------------------------------------------------------------
+::rtl::OUString SAL_CALL OGroup::getName( ) throw(::com::sun::star::uno::RuntimeException)
+{
+ return m_Name;
+}
+// -----------------------------------------------------------------------------
+void SAL_CALL OGroup::setName( const ::rtl::OUString& aName ) throw(::com::sun::star::uno::RuntimeException)
+{
+}
+// -----------------------------------------------------------------------------
+// XInterface
+void SAL_CALL OGroup::acquire() throw(::com::sun::star::uno::RuntimeException)
+{
+ OGroup_BASE::acquire();
+}
+// -----------------------------------------------------------------------------
+void SAL_CALL OGroup::release() throw(::com::sun::star::uno::RuntimeException)
+{
+ OGroup_BASE::release();
+}
+// -----------------------------------------------------------------------------
+