summaryrefslogtreecommitdiff
path: root/embeddedobj/test/mtexecutor
diff options
context:
space:
mode:
Diffstat (limited to 'embeddedobj/test/mtexecutor')
-rw-r--r--embeddedobj/test/mtexecutor/mainthreadexecutor.cxx6
-rw-r--r--embeddedobj/test/mtexecutor/makefile.mk8
2 files changed, 7 insertions, 7 deletions
diff --git a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
index 9de0c1159f63..d372070d582d 100644
--- a/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
+++ b/embeddedobj/test/mtexecutor/mainthreadexecutor.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: mainthreadexecutor.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mav $ $Date: 2003-12-17 11:26:39 $
+ * last change: $Author: mav $ $Date: 2003-12-17 11:32:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,7 +59,7 @@
*
************************************************************************/
-#include "MainThreadExecutor.hxx"
+#include "mainthreadexecutor.hxx"
#include <vcl/svapp.hxx>
diff --git a/embeddedobj/test/mtexecutor/makefile.mk b/embeddedobj/test/mtexecutor/makefile.mk
index 167d9ac84565..895cf09aa8ca 100644
--- a/embeddedobj/test/mtexecutor/makefile.mk
+++ b/embeddedobj/test/mtexecutor/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: mav $ $Date: 2003-12-17 11:27:04 $
+# last change: $Author: mav $ $Date: 2003-12-17 11:32:21 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -81,10 +81,10 @@ SHL1TARGET= $(TARGET)
SHL1IMPLIB= i$(TARGET)
SLOFILES = \
- $(SLO)$/MainThreadExecutor.obj\
+ $(SLO)$/mainthreadexecutor.obj\
$(SLO)$/mteregister.obj
-EXCEPTIONSFILES = $(SLO)$/MainThreadExecutor.obj
+EXCEPTIONSFILES = $(SLO)$/mainthreadexecutor.obj
SHL1OBJS= $(SLOFILES)