Skip to content

Commit 38d1d0f

Browse files
committed
1. Add File "TSMasterMP.h"
1 parent 8448b4b commit 38d1d0f

File tree

5 files changed

+1181
-4
lines changed

5 files changed

+1181
-4
lines changed

VC++/Database.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef __DATABASE_H
22
#define __DATABASE_H
3-
#include "TSMaster.h"
3+
#include "TSMasterMP.h"
44

55
// CAN Databases
66
// LIN Databases

VC++/MPLibCode.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#define TSMP_IMPL
2-
#include "TSMaster.h"
2+
#include "TSMasterMP.h"
33
#include "MPLibrary.h"
44
#include "Database.h"
55
#include "Test.h"

VC++/MPLibCodeExtern.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include "TSMaster.h"
1+
#include "TSMasterMP.h"
22
#include "MPLibrary.h"
33
#include "Test.h"
44

VC++/TSMasterBaseInclude.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef __TSMASTER_BASE_INCLUDE
22
#define __TSMASTER_BASE_INCLUDE
33

4-
#include "TSMaster.h"
4+
#include "TSMasterMP.h"
55

66
#endif

0 commit comments

Comments
 (0)