summaryrefslogtreecommitdiffstats
path: root/private/oleutest/perform/cairole/tests/bm_sbind.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'private/oleutest/perform/cairole/tests/bm_sbind.hxx')
-rw-r--r--private/oleutest/perform/cairole/tests/bm_sbind.hxx42
1 files changed, 42 insertions, 0 deletions
diff --git a/private/oleutest/perform/cairole/tests/bm_sbind.hxx b/private/oleutest/perform/cairole/tests/bm_sbind.hxx
new file mode 100644
index 000000000..e31b6aafa
--- /dev/null
+++ b/private/oleutest/perform/cairole/tests/bm_sbind.hxx
@@ -0,0 +1,42 @@
+//+------------------------------------------------------------------------
+//
+// Microsoft Windows
+// Copyright (C) Microsoft Corporation, 1993.
+//
+// File: bm_sbind.hxx
+//
+// Contents: test class definition
+//
+// Classes: CFileMonikerStorageBindTest
+//
+// Functions:
+//
+// History: 19-July-93 t-martig Created
+//
+//--------------------------------------------------------------------------
+
+#ifndef _BM_SBIND_HXX_
+#define _BM_SBIND_HXX_
+
+#include <bm_base.hxx>
+
+class CFileMonikerStorageBindTest : public CTestBase
+{
+public:
+ virtual TCHAR *Name ();
+ virtual SCODE Setup (CTestInput *input);
+ virtual SCODE Run ();
+ virtual SCODE Report (CTestOutput &OutputFile);
+ virtual SCODE Cleanup ();
+
+private:
+ CLSID m_ClsID[CNT_CLSCTX];
+
+ ULONG m_ulIterations;
+ ULONG m_ulCreateMkrTime[CNT_CLSCTX][TEST_MAX_ITERATIONS];
+ ULONG m_ulCreateBndCtxTime[CNT_CLSCTX][TEST_MAX_ITERATIONS];
+ ULONG m_ulBindTime[CNT_CLSCTX][TEST_MAX_ITERATIONS];
+ ULONG m_ulReleaseTime[CNT_CLSCTX][TEST_MAX_ITERATIONS];
+};
+
+#endif