summaryrefslogtreecommitdiff
path: root/vos/source
diff options
context:
space:
mode:
authorJörg Budischewski <jbu@openoffice.org>2001-03-14 15:38:40 +0000
committerJörg Budischewski <jbu@openoffice.org>2001-03-14 15:38:40 +0000
commit88ad36941075cc17973feb5396a431dbd304fa2f (patch)
tree297ad8bf1897b2f4fe78bb67ad4ac1a3f965bbee /vos/source
parentbd30f6dd5ec87a6ecf68837df34e5f03168ab18c (diff)
osl_getIOResource removed
Diffstat (limited to 'vos/source')
-rw-r--r--vos/source/process.cxx25
1 files changed, 3 insertions, 22 deletions
diff --git a/vos/source/process.cxx b/vos/source/process.cxx
index 3b77481f0bf7..b0365640e018 100644
--- a/vos/source/process.cxx
+++ b/vos/source/process.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: process.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mfe $ $Date: 2001-02-23 12:56:32 $
+ * last change: $Author: jbu $ $Date: 2001-03-14 16:38:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -422,26 +422,7 @@ OStartupInfo::~OStartupInfo()
sal_Bool OStartupInfo::acceptIOResource(OSocket& rSocket)
{
- if (! m_IoResources)
- {
- m_IoResources= new oslIOResource[MAX_RESOURCES];
- m_NoResources = 0;
-
- VOS_ASSERT(m_IoResources != 0);
-
- if (osl_getIOResources(m_IoResources, MAX_RESOURCES) != osl_Process_E_None)
- m_IoResources[0].Type = osl_Process_TypeNone;
- }
-
- if (m_IoResources[m_NoResources].Type == osl_Process_TypeSocket)
- {
- rSocket = OSocket(m_IoResources[m_NoResources].Descriptor.Socket);
-
- m_NoResources++;
-
- return sal_True;
- }
-
+ // jbu : functionality removed from vos
return sal_False;
}
Fix quotingStephan Bergmann 2017-05-20tdf#105204 fix shellcheck warnings in ure/source/unoYeliz Taneroğlu 2017-01-27Remove dynamic exception specifications from !LIBO_INTERNAL_ONLYStephan Bergmann 2017-01-26ure/source/uretest is !LIBO_INTERNAL_ONLYStephan Bergmann 2017-01-18update approximate install location in READMECaolán McNamara 2016-12-07tdf#88206 replace cppu::WeakImplHelper* miscJochen Nitschke 2016-09-20[API CHANGE] Remove HAVE_GCC_VISIBILITY_FEATURE, always trueStephan Bergmann 2016-03-04Don't put symlink to MacOS folder of sandboxed appAndras Timar 2015-09-15Revert cppuhelper/implbase.hxx usage in non-LIBO_INTERNAL_ONLY code, againStephan Bergmann 2015-09-15Resolves: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-03-01Typo: embeded->embeddedJulien Nabet 2014-12-03Fold URE: WindowsStephan Bergmann 2014-12-01Fold URE: Linux ure/share/misc/* -> program/Stephan Bergmann 2014-11-28Fold URE: Linux ure/share/java/* -> program/classes/Stephan Bergmann 2014-11-28Remove unused ure_unorc_urlStephan Bergmann 2014-11-28Fold URE: Linux ure/lib/* -> program/Stephan Bergmann 2014-11-28Fold URE: Linux ure/bin/* -> program/Stephan Bergmann 2014-11-28theIntrospection missing from cppumaker callStephan Bergmann 2014-11-24...so startup.sh is gone nowStephan Bergmann 2014-11-24uno is the only remaining user of startup.shStephan Bergmann 2014-10-09Remove jvmfwk plugin featureStephan Bergmann 2014-09-17The URE unorc is now set up in instsetoo_native/CustomTarget_setup.mkTor Lillqvist 2014-09-16urelibs is part of the stable extension interface on Mac OS XStephan Bergmann 2014-09-16Create instdir uno ini-file from instsetoo_nativeStephan Bergmann 2014-09-09Make the "Mac-like" or "canonical" app bundle structure always used on OS XTor Lillqvist 2014-08-10Ugly hack to fix build when srcdir!=builddirTor Lillqvist 2014-08-10javaldx is not built for WNT or MACOSX so no point in the uno wrapper scriptTor Lillqvist 2014-08-10Fixes for the --enable-canonical-installation-tree-structure caseTor Lillqvist 2014-08-10Use @LIBO_URE_LIB_FOLDER@ for URE_INTERNAL_LIB_DIRTor Lillqvist 2014-08-10Use @LIBO_URE_SHARE_JAVA_FOLDER@ instead of hardcoding ../share/javaTor Lillqvist 2014-06-05various: remove SAL_THROW macroNoel Grandin