comparison VPThread.h @ 26:99b300fa7f1c

New include paths because of new project structure and branch file
author Merten Sach <msach@mailbox.tu-berlin.de>
date Mon, 13 Feb 2012 19:36:58 +0100
parents bb2500771be8
children
comparison
equal deleted inserted replaced
7:ee14319d7d29 9:207a5dfe3920
7 */ 7 */
8 8
9 #ifndef _VPThread_H 9 #ifndef _VPThread_H
10 #define _VPThread_H 10 #define _VPThread_H
11 11
12 #include "VMS/VMS.h" 12 #include "VMS_Implementations/VMS_impl/VMS.h"
13 #include "VMS/Queue_impl/PrivateQueue.h" 13 #include "C_Libraries/Queue_impl/PrivateQueue.h"
14 #include "VMS/DynArray/DynArray.h" 14 #include "C_Libraries/DynArray/DynArray.h"
15 15
16 16
17 /*This header defines everything specific to the VPThread semantic plug-in 17 /*This header defines everything specific to the VPThread semantic plug-in
18 */ 18 */
19 19