diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:11:18 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-09 09:11:18 +0000 |
commit | f195124f6d58624f31469259a4dd6333e1f5c9cd (patch) | |
tree | 5674fe036cdcc79c62cd14eae0a46b017231e850 /jurt | |
parent | 9449602c7afee37d4d9eb3652b25016c5a8d51d2 (diff) |
INTEGRATION: CWS sb8 (1.3.88); FILE MERGED
2003/10/06 08:26:05 sb 1.3.88.1: #112127# Replaced ThreadPoolFactory by new ThreadPoolManager facility.
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/com/sun/star/lib/uno/environments/remote/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/jurt/com/sun/star/lib/uno/environments/remote/makefile.mk b/jurt/com/sun/star/lib/uno/environments/remote/makefile.mk index 9c09251a3807..6bd2c3d97123 100644 --- a/jurt/com/sun/star/lib/uno/environments/remote/makefile.mk +++ b/jurt/com/sun/star/lib/uno/environments/remote/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: kr $ $Date: 2001-05-17 12:55:05 $ +# last change: $Author: vg $ $Date: 2003-10-09 10:11:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,11 +82,10 @@ JAVACLASSFILES= \ $(CLASSDIR)$/$(PACKAGE)$/Protocol.class \ $(CLASSDIR)$/$(PACKAGE)$/ThreadId.class \ $(CLASSDIR)$/$(PACKAGE)$/IThreadPool.class \ - $(CLASSDIR)$/$(PACKAGE)$/IThreadPoolFactory.class \ - $(CLASSDIR)$/$(PACKAGE)$/ThreadPoolFactory.class \ + $(CLASSDIR)$/$(PACKAGE)$/ThreadPoolManager.class \ $(CLASSDIR)$/$(PACKAGE)$/JavaThreadPoolFactory.class \ $(CLASSDIR)$/$(PACKAGE)$/JavaThreadPool.class \ - $(CLASSDIR)$/$(PACKAGE)$/NativeThreadPoolFactory.class \ + $(CLASSDIR)$/$(PACKAGE)$/NativeThreadPool.class \ $(CLASSDIR)$/$(PACKAGE)$/remote_environment.class # --- Targets ------------------------------------------------------ |